1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00

Fix: Added CFLAGS -Wall -Wextra -Wno-unused-parameter

This commit is contained in:
Philipp Schafft 2018-06-19 09:25:13 +00:00
parent d745d02f4b
commit 58ea4d8fe6
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@ AS_IF([test "${ac_cv_prog_cc_c99}" = "no"], [
AC_MSG_ERROR([No C99 compiler found!])
])
AX_APPEND_COMPILE_FLAGS([-Wall -Wextra -Wno-unused-parameter])
AC_SYS_LARGEFILE
AC_DEFINE([_GNU_SOURCE], 1, [Define to include GNU extensions to POSIX])

2
m4

@ -1 +1 @@
Subproject commit 2d8eb25218daa933d337df939b2427895b344344
Subproject commit 2fc2005725541137820d6f8ce09c34bbcae69340