[DRAFT] example of setting -Werror in autotools ./configure CI script#803
[DRAFT] example of setting -Werror in autotools ./configure CI script#803RossBencina wants to merge 3 commits intoPortAudio:masterfrom
Conversation
…her (1) configure step, or (2) make step. See discussion at https://stackoverflow.com/questions/32792692/cflags-in-configure-script
|
Right now I don't have an environment to test this. Seems to be failing CI. @dechamps if feasible could you check whether either of these options work for re-enabling |
It works if you remove the change to Of course, once you fix that, you will then also need to reproduce this allowlist for the build to succeed: Lines 36 to 39 in 65df2c4 Which then begs the question of whether we really want to have this list be in two places at the same time and having to keep both in sync. (This is where I would typically add "this is why it's a bad idea to try to maintain multiple build systems" but we both know how this discussion will end, so let's not go there.) |
… to existing CFLAGS, which breaks everything.
|
Thanks for checking. I've reverted to setting environment variables rather than passing parameters to
To be honest, I'd prefer to not have such a list at all. |
Either include in #800 or follow up from 800
I don't intend to use both options. Choose one option, either
See discussion at https://stackoverflow.com/questions/32792692/cflags-in-configure-script