diff --git a/UnixBench/Makefile b/UnixBench/Makefile index 3169c03..71889fc 100644 --- a/UnixBench/Makefile +++ b/UnixBench/Makefile @@ -119,7 +119,7 @@ endif ## generic gcc CFLAGS. -DTIME must be included. -CFLAGS += -Wall -pedantic $(OPTON) -I $(SRCDIR) -DTIME +CFLAGS += -Wall -pedantic $(OPTON) -I $(SRCDIR) -DTIME -std=gnu89 -Wno-declaration-after-statement ##############################################################################