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

[CONC-381] Fix strict prototypes warning #141

Merged
merged 1 commit into from Jul 8, 2020
Merged

[CONC-381] Fix strict prototypes warning #141

merged 1 commit into from Jul 8, 2020

Conversation

evanmiller
Copy link
Contributor

Projects compiled with -Wstrict-prototypes will emit a warning. C requires that functions with arguments be prototyped as foo(void), not foo(). This commit fixes the warning.

Issue originally reported here https://jira.mariadb.org/browse/CONC-381

Projects compiled with -Wstrict-prototypes will emit a warning. C
requires that functions with arguments be prototyped as foo(void), not
foo(). This commit fixes the warning.
@9EOR9 9EOR9 merged commit a610ed5 into mariadb-corporation:3.1 Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants