From 7be6158c80af09daf58e9b873263d9e98e36aff9 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 12 Apr 2019 12:18:51 +0200 Subject: Set C99 standard in configure We already use uint_32 from stdint.h which AFAIK is C99. I seem to remember there is more C99 in the code. Let's explicitly define it here. Also fixes build for https://github.com/boothj5/profanity/pull/1053 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 06daa8d9..92a63d6d 100644 --- a/configure.ac +++ b/configure.ac @@ -319,7 +319,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], -- cgit 1.4.1-2-gfad0 /optgroup> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/subx/opcodes
blob: d8e38a437f57d28f614a602c2a99780213873912 (plain) (tree)
1