Skip to content

Commit 5a684b5

Browse files
framework: Switch to C11 standard with GNU extensions
Signed-off-by: Alexander Amelkin <[email protected]>
1 parent 6d6411d commit 5a684b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ AC_CHECK_FUNCS([alarm gethostbyname getaddrinfo getifaddrs socket select])
3333
AC_CHECK_FUNCS([memmove memset strchr strdup strerror])
3434
AC_CHECK_FUNCS([getpassphrase])
3535

36-
CFLAGS="$CFLAGS -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral"
36+
CFLAGS="$CFLAGS -Wall -Wextra -std=gnu11 -pedantic -Wformat -Wformat-nonliteral"
3737

3838
AM_PROG_LIBTOOL
3939
LIBTOOL="$LIBTOOL --silent"

0 commit comments

Comments
 (0)