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

Replace warning flags in Meson with warning_level #605

Merged
merged 1 commit into from
Jul 30, 2021

Conversation

nazar-pc
Copy link
Contributor

This is the canonical way of doing it, -Wall is added with warning_level=1, -Wextra with warning_level=2.

Without this change recent version of Meson produces warnings:

usrsctp| ../subprojects/usrsctp-59bd3c2fc5a43ac60cd7817aa1ad68c9d95cf376/meson.build:42: WARNING: Consider using the built-in warning_level option instead of using "-Wall".
usrsctp| ../subprojects/usrsctp-59bd3c2fc5a43ac60cd7817aa1ad68c9d95cf376/meson.build:42: WARNING: Consider using the built-in warning_level option instead of using "-Wextra".

@tuexen tuexen merged commit 1d20441 into sctplab:master Jul 30, 2021
@nazar-pc nazar-pc deleted the patch-2 branch July 30, 2021 13:05
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

3 participants