去掉Glog的编译warning
Created by: gangliao
test/SocketTest.cpp:253:113: warning: unused typedef 'INVALID_REQUESTED_LOG_SEVERITY' [-Wunused
-local-typedef]
typedef google::glog_internal_namespace_::CompileAssert<(bool(google::GLOG_INFO < google::NUM_SEVERITIES))> INVALID_REQUESTED_LOG_SEVER
ITY[bool(google::GLOG_INFO < google::NUM_SEVERITIES) ? 1 : -1]; static int occurrences_253 = 0, occurrences_mod_n_253 = 0; ++occurrences_25
3; if (++occurrences_mod_n_253 > (100)) occurrences_mod_n_253 -= (100); if (occurrences_mod_n_253 == 1) google::LogMessage( "/Users/liaogan
g/baidu/Paddle/paddle/pserver/test/SocketTest.cpp", 253, google::GLOG_INFO, occurrences_253, &google::LogMessage::SendToLog).stream() << "i
=" << i;
^
1 warning generated.