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

make: buildtest with "-Wall -Wextra -Werror" #1121

Closed
wants to merge 1 commit into from
Closed

make: buildtest with "-Wall -Wextra -Werror" #1121

wants to merge 1 commit into from

Commits on May 27, 2015

  1. make: buildtest with "-Wall -Wextra -Werror"

    Make buildtests more pedantic by supplying `-Wall -Wexta -Werror` by default.
    This can be disabled through `make W_ALL=0 W_EXTRA=0 W_ERROR=0`, resp.,
    or with `make W_NONE=1`, which disables every extra flag.
    With `make PEDANTIC=1 PEDANTIC_ERRORS=1` you can make the buildtest even more
    pedantic.
    
    For non-buildtest builds you can supply `W_NONE=0` and/or the individual flags,
    too
    Kijewski committed May 27, 2015
    Configuration menu
    Copy the full SHA
    4c78412 View commit details
    Browse the repository at this point in the history