mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
configure: don't issue warnings that make compilation with libev impossible
This commit is contained in:
@@ -15,7 +15,7 @@ AM_PROG_AR
|
||||
AM_PROG_CC_C_O
|
||||
AC_PROG_SED
|
||||
if [ test "$GCC" = "yes" ];then
|
||||
CFLAGS="$CFLAGS -Wall"
|
||||
CFLAGS="$CFLAGS -Wall -Wno-strict-aliasing"
|
||||
fi
|
||||
AC_PATH_PROG(CTAGS, ctags, [:])
|
||||
AC_PATH_PROG(CSCOPE, cscope, [:])
|
||||
|
||||
Reference in New Issue
Block a user