mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-11-08 14:45:39 +00:00
Remove -Wno-unused-result from configure.ac.
This commit is contained in:
parent
9edbff86a9
commit
328f0494a3
2 changed files with 5 additions and 1 deletions
|
@ -18,3 +18,7 @@ before_script:
|
|||
|
||||
script:
|
||||
- make check
|
||||
|
||||
env:
|
||||
global:
|
||||
- CFLAGS="-Wno-unused-result"
|
||||
|
|
|
@ -127,7 +127,7 @@ AM_CONDITIONAL([WITH_SETUID], [test x"$enable_setuid" = x"yes"])
|
|||
AC_ARG_ENABLE([developer-warnings],
|
||||
AS_HELP_STRING([--enable-developer-warnings],
|
||||
[enable strict warnings (default is NO)]),
|
||||
[CFLAGS="${CFLAGS} -Wall -Wextra -Wcast-qual -Wshadow -Wno-unused-result"])
|
||||
[CFLAGS="${CFLAGS} -Wall -Wextra -Wcast-qual -Wshadow"])
|
||||
AC_ARG_ENABLE([debugging-symbols],
|
||||
AS_HELP_STRING([--enable-debugging-symbols],
|
||||
[enable debugging symbols (default is NO)]),
|
||||
|
|
Loading…
Reference in a new issue