We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc0309 commit da4c885Copy full SHA for da4c885
Makefile
@@ -5,7 +5,7 @@ EXAMPLE = example
5
CC = gcc
6
CXX = g++
7
DEFINES = -DINC=\"$(EXAMPLE).frag.c\" -DOFILE=\"$(EXAMPLE).out\"
8
-CFLAGS = -O2 -Wall -Wno-unused-variable -MMD -I. $(DEFINES)
+CFLAGS = -O2 -Wall -Wextra -Wno-unused-variable -Wno-unused-parameter -MMD -I. $(DEFINES)
9
CXXFLAGS = $(CFLAGS)
10
11
SRCS = aha.c simulator.c
0 commit comments