You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that it's because of glog conflicts with the latest Mongoose.
./include/3rd/mongoose.h:310:0: warning: "LOG" redefined
#define LOG(l, x)
^
In file included from ./src/timer_sense_light.cpp:2:0:
/usr/include/glog/logging.h:483:0: note: this is the location of the previous definition
#define LOG(severity) COMPACT_GOOGLE_LOG_ ## severity.stream()
^
The text was updated successfully, but these errors were encountered:
subproject: timer-sense-light
It seems that it's because of glog conflicts with the latest Mongoose.
The text was updated successfully, but these errors were encountered: