Skip to content

Commit 7fe88db

Browse files
Add more warnings
1 parent 807a3c7 commit 7fe88db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ STDCXX ?= c++14
22

33
CXX ?= g++
44

5-
CXXFLAGS = -Wall -Wextra -g -I. -MMD -std=$(STDCXX) -O2
5+
CXXFLAGS = -I. -MMD -std=$(STDCXX) -O2 -pedantic -Wall -Wextra -Wshadow -Wno-unused-parameter
66

77
TARGET = test.exe
88

0 commit comments

Comments
 (0)