Affiche tout les warnings
This commit is contained in:
parent
4c937b5276
commit
802cc75d1e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
CCPP = g++
|
||||
CFLAGS = -I. -Wall -Wextra -fanalyzer -O3 --std=c++17
|
||||
CFLAGS2 = -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-parameter
|
||||
CFLAGS2 = #-Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-parameter
|
||||
|
||||
SOURCES = $(shell find . -name '*.cpp')
|
||||
OBJECTS = $(SOURCES:.cpp=.o)
|
||||
|
|
Reference in a new issue