Browse Source

[Make] Remove std=gnu99 from tests

borysp 4 years ago
parent
commit
f2b1d194a1
1 changed files with 0 additions and 5 deletions
  1. 0 5
      Scripts/Makefile.Test

+ 0 - 5
Scripts/Makefile.Test

@@ -15,11 +15,6 @@ RUNTIME = $(abspath $(SCRIPTS_DIR)/../Runtime)
 
 include $(SCRIPTS_DIR)/Makefile.rules
 
-CFLAGS += -std=gnu99
-
-# TODO: enable -Wunused-result
-CFLAGS += -Wno-unused-result
-
 CFLAGS-libos = -I$(SHIMDIR)/include -L$(SHIMDIR)/../glibc-build/libos
 
 CFLAGS-libos-debug = -I$(SHIMDIR)/include -I$(PALDIR)/../include/pal -I$(PALDIR)/../include/lib -fno-builtin -nostdlib