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

Fix implicit definition of strverscmp. #620

Merged
merged 1 commit into from Jul 24, 2021

Conversation

Ferada
Copy link
Contributor

@Ferada Ferada commented Jul 24, 2021

Gets rid of this warning:

filelist.c: In function ‘strcmp_or_strverscmp’:
filelist.c:414:10: warning: implicit declaration of function ‘strverscmp’; did you mean ‘strncmp’? [-Wimplicit-function-declaration]
  414 |   return(strverscmp(s1, s2));
      |          ^~~~~~~~~~
      |          strncmp

@derf derf merged commit b5c190f into derf:master Jul 24, 2021
@derf
Copy link
Owner

derf commented Jul 24, 2021

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants