We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6411d commit 5a684b5Copy full SHA for 5a684b5
configure.ac
@@ -33,7 +33,7 @@ AC_CHECK_FUNCS([alarm gethostbyname getaddrinfo getifaddrs socket select])
33
AC_CHECK_FUNCS([memmove memset strchr strdup strerror])
34
AC_CHECK_FUNCS([getpassphrase])
35
36
-CFLAGS="$CFLAGS -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral"
+CFLAGS="$CFLAGS -Wall -Wextra -std=gnu11 -pedantic -Wformat -Wformat-nonliteral"
37
38
AM_PROG_LIBTOOL
39
LIBTOOL="$LIBTOOL --silent"
0 commit comments