瀏覽代碼

but the demo is c99...

Ron Aaron 5 年之前
父節點
當前提交
b26e05fc1b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)