Skip to content

Commit da4c885

Browse files
committed
More warnings.
1 parent 0bc0309 commit da4c885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ EXAMPLE = example
55
CC = gcc
66
CXX = g++
77
DEFINES = -DINC=\"$(EXAMPLE).frag.c\" -DOFILE=\"$(EXAMPLE).out\"
8-
CFLAGS = -O2 -Wall -Wno-unused-variable -MMD -I. $(DEFINES)
8+
CFLAGS = -O2 -Wall -Wextra -Wno-unused-variable -Wno-unused-parameter -MMD -I. $(DEFINES)
99
CXXFLAGS = $(CFLAGS)
1010

1111
SRCS = aha.c simulator.c

0 commit comments

Comments
 (0)