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

Compile error #50

Closed
Chesterfield007 opened this issue Apr 16, 2021 · 3 comments
Closed

Compile error #50

Chesterfield007 opened this issue Apr 16, 2021 · 3 comments

Comments

@Chesterfield007
Copy link

Chesterfield007 commented Apr 16, 2021

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

@albertobsd
Copy link
Owner

is about format printing is OK work with that warning, i will solve it later.

@Chesterfield007
Copy link
Author

thx bro!!!!

albertobsd added a commit that referenced this issue Apr 16, 2021
@albertobsd
Copy link
Owner

Solved in last commit in Development Branch 7fdf0d6

Plese update your code:

  • Save all your files (substracted, bPTables, your own txt)
  • delete the current folder
  • Clone the respository with
    git clone https://github.com/albertobsd/keyhunt.git
  • Change to the development version with
    git checkout development
  • Compile and test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants