more warnings

This commit is contained in:
mariusmonton 2021-02-02 20:02:49 +01:00
parent 9b7b5635d2
commit ef6fe88b9c
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ TARGET_ARCH=linux64
CC = g++ CC = g++
# compiling flags here # compiling flags here
CFLAGS = -Wall -I. -O3 -std=c++11 -g -Wall -Wextra CFLAGS = -Wall -I. -O3 -std=c++11 -g -Wall -Wextra -Wunused-function
LINKER = g++ LINKER = g++