-
Notifications
You must be signed in to change notification settings - Fork 481
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
Compile error #50
Comments
is about format printing is OK work with that warning, i will solve it later. |
thx bro!!!! |
albertobsd
added a commit
that referenced
this issue
Apr 16, 2021
Solved in last commit in Development Branch 7fdf0d6 Plese update your code:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
what are the warnings bro?
keyhunt.c: In function ‘int main(int, char**)’: keyhunt.c:668:47: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=] 668 | fprintf(stderr,"[E] error bloom_init for %u elements.\n",N); | ~^ ~ | | | | unsigned int uint64_t {aka long unsigned int} | %lu
The text was updated successfully, but these errors were encountered: