mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-09-06 10:19:59 +00:00
Change example_1 to compile with std=c89
This commit is contained in:
@@ -26,7 +26,7 @@ endif
|
||||
UNITY_ROOT=../..
|
||||
C_COMPILER=gcc
|
||||
|
||||
CFLAGS=-std=c99
|
||||
CFLAGS=-std=c89
|
||||
CFLAGS += -Wall
|
||||
CFLAGS += -Wextra
|
||||
CFLAGS += -Werror
|
||||
|
||||
Reference in New Issue
Block a user