Skip to content

Conversation

@pmeerw
Copy link
Contributor

@pmeerw pmeerw commented Jun 28, 2022

cmkr/src/error.cpp:23:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
23 | assert(i >= 0 && i < (sizeof(err_string) / sizeof(*(err_string))));

cmkr/src/error.cpp:23:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
   23 |     assert(i >= 0 && i < (sizeof(err_string) / sizeof(*(err_string))));
@mrexodia mrexodia merged commit 3a1298f into build-cpp:main Jun 28, 2022
@mrexodia
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants