Change example_1 to compile with std=c89

This commit is contained in:
Andrzej Bieniek
2016-05-15 14:35:56 +01:00
parent 61dd3f181b
commit 83f7d5237b
7 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ endif
UNITY_ROOT=../..
C_COMPILER=gcc
CFLAGS=-std=c99
CFLAGS=-std=c89
CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Werror