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
Several new compile warnings should be fixed so we have a clean release/5.0 build:
plugins/net_plugin/tests/rate_limit_parse_unittest.cpp:23:4: required from here
libraries/boost/libs/test/include/boost/test/tools/old/impl.hpp:107:17: warning: comparison of integer expressions of different signedness: ‘const long unsigned int’ and ‘const int’ [-Wsign-compare]
...
plugins/state_history_plugin/tests/session_test.cpp:488:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const uint32_t’ {aka ‘const unsigned int’} [-Wsign-compare]
488 | for (int i = 0; i < head; ++i) {
| ~~^~~~~~
The text was updated successfully, but these errors were encountered:
Several new compile warnings should be fixed so we have a clean
release/5.0
build:The text was updated successfully, but these errors were encountered: