Skip to content

Commit

Permalink
Merge pull request #1351 from toogley/master
Browse files Browse the repository at this point in the history
Use always c99
  • Loading branch information
jubalh committed Jun 4, 2020
2 parents 0071bbb + 26cda6b commit 98c38dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ AC_CHECK_HEADERS([ncursesw/ncurses.h], [], [])
AC_CHECK_HEADERS([ncurses.h], [], [])

### Default parameters
AM_CFLAGS="-Wall -Wno-deprecated-declarations"
AM_CFLAGS="-Wall -Wno-deprecated-declarations -std=c99"
AS_IF([test "x$PACKAGE_STATUS" = xdevelopment],
[AM_CFLAGS="$AM_CFLAGS -Wunused -Werror"])
AS_IF([test "x$PLATFORM" = xosx],
Expand Down

0 comments on commit 98c38dc

Please sign in to comment.