Explorar o código

but the demo is c99...

Ron Aaron %!s(int64=5) %!d(string=hai) anos
pai
achega
b26e05fc1b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      demo/glfw_opengl3/Makefile

+ 1 - 1
demo/glfw_opengl3/Makefile

@@ -2,7 +2,7 @@
 BIN = demo
 
 # Flags
-CFLAGS += -std=c89 -pedantic -O2
+CFLAGS += -std=c99 -pedantic -O2
 
 SRC = main.c
 OBJ = $(SRC:.c=.o)