Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new compile warnings #1835

Closed
linh2931 opened this issue Oct 27, 2023 · 0 comments · Fixed by #1839
Closed

new compile warnings #1835

linh2931 opened this issue Oct 27, 2023 · 0 comments · Fixed by #1839
Labels

Comments

@linh2931
Copy link
Member

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) {
      |                       ~~^~~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
2 participants