Kill warnings from gserver/layers/SubNestSequenceLayer.cpp
Created by: wangkuiyi
[15:46:33] : [Step 1/1] Scanning dependencies of target pserver_client_test
[15:46:34]W: [Step 1/1] In file included from /paddle/build/third_party/install/protobuf/include/google/protobuf/stubs/common.h:40:0,
[15:46:34]W: [Step 1/1] from /paddle/build/proto/ModelConfig.pb.h:9,
[15:46:34]W: [Step 1/1] from /paddle/paddle/gserver/layers/Layer.h:19,
[15:46:34]W: [Step 1/1] from /paddle/paddle/gserver/layers/SubNestedSequenceLayer.cpp:15:
[15:46:34]W: [Step 1/1] /paddle/build/third_party/install/glog/include/glog/logging.h: In instantiation of 'std::__cxx11::string* google::Check_GTImpl(const T1&, const T2&, const char*) [with T1 = long unsigned int; T2 = int; std::__cxx11::string = std::__cxx11::basic_string<char>]':
[15:46:34]W: [Step 1/1] /paddle/paddle/gserver/layers/SubNestedSequenceLayer.cpp:100:7: required from here
[15:46:34]W: [Step 1/1] /paddle/build/third_party/install/glog/include/glog/logging.h:722:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
[15:46:34]W: [Step 1/1] DEFINE_CHECK_OP_IMPL(Check_GT, > )
[15:46:34]W: [Step 1/1] ^
[15:46:34]W: [Step 1/1] /paddle/build/third_party/install/protobuf/include/google/protobuf/stubs/port.h:200:53: note: in definition of macro 'GOOGLE_PREDICT_TRUE'
[15:46:34]W: [Step 1/1] #define GOOGLE_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
[15:46:34]W: [Step 1/1] ^
[15:46:34]W: [Step 1/1] /paddle/build/third_party/install/glog/include/glog/logging.h:722:1: note: in expansion of macro 'DEFINE_CHECK_OP_IMPL'
[15:46:34]W: [Step 1/1] DEFINE_CHECK_OP_IMPL(Check_GT, > )
[15:46:34]W: [Step 1/1] ^
[15:46:34]W: [Step 1/1] /paddle/build/third_party/install/glog/include/glog/logging.h: In instantiation of 'std::__cxx11::string* google::Check_EQImpl(const T1&, const T2&, const char*) [with T1 = long int; T2 = long unsigned int; std::__cxx11::string = std::__cxx11::basic_string<char>]':
[15:46:34]W: [Step 1/1] /paddle/paddle/gserver/layers/SubNestedSequenceLayer.cpp:138:3: required from here
[15:46:34]W: [Step 1/1] /paddle/build/third_party/install/glog/include/glog/logging.h:717:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
[15:46:34]W: [Step 1/1] DEFINE_CHECK_OP_IMPL(Check_EQ, ==) // Compilation error with CHECK_EQ(NULL, x)?