libosmocore[master]: configure: add --enable-werror

2018-03-12 Thread Neels Hofmeyr
Patch Set 1: Code-Review+2 marking +2 because I'm (barely) allowed to by the comment at https://gerrit.osmocom.org/7096 (03-09 13:04 CET) -- To view, visit https://gerrit.osmocom.org/7104 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id:

[MERGED] libosmocore[master]: configure: add --enable-werror

2018-03-12 Thread Neels Hofmeyr
Neels Hofmeyr has submitted this change and it was merged. Change subject: configure: add --enable-werror .. configure: add --enable-werror Provide a sane means of adding the -Werror compiler flag. Currently, some of our

[PATCH] libosmocore[master]: configure: add --enable-werror

2018-03-05 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/7104 configure: add --enable-werror Provide a sane means of adding the -Werror compiler flag. Currently, some of our jenkins.sh add -Werror by passing 'CFLAGS="-Werror"', but that actually *overwrites* all the other CFLAGS we might want to have set.