Enforce C11 C standard in the exercice skeleton
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 7 Mar 2017 20:54:22 +0000 (21:54 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 7 Mar 2017 20:54:22 +0000 (21:54 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
exo_skel/Makefile

index 51c401af169b9ef0881ab841c018f03a360c5028..1230bb2cae75ebc5db194d9aee144582f1f728e6 100644 (file)
@@ -24,7 +24,7 @@ CC=gcc
 LD=gcc
 
 WARN_FLAGS = -Wall -Wextra
-STD_FLAG = -std=c99
+STD_FLAG = -std=c11
 
 ifeq ($(BUILD_TYPE),debug)
 BUILDDIR := .build/debug