From 90d0cce04025f766992b90d760bc5a5abbaa9ca9 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Sun, 5 Feb 2017 23:44:56 +0100 Subject: Switch to C11 with GNU extensions --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3e76a09..5f51e77 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ MOSTLYCLEANFILES = AM_CPPFLAGS = \ -pipe \ - -std=gnu99 \ + -std=gnu11 \ -imacros config.h \ -I$(top_srcdir) -- cgit v1.2.3