remove virtual warning
This commit is contained in:
parent
694b66c20c
commit
f3f61dcfba
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ EXE = quadtree
|
|||
main: CXXFLAGS += -O3
|
||||
main: compilation
|
||||
|
||||
dev: CXXFLAGS += -Wall -Wextra -Wshadow -Wnon-virtual-dtor -pedantic -g -Wold-style-cast -Wsign-conversion
|
||||
dev: CXXFLAGS += -Wall -Wextra -Wshadow -pedantic -g -Wold-style-cast -Wsign-conversion
|
||||
dev: compilation
|
||||
|
||||
compilation: $(OBJETS)
|
||||
|
|
Reference in a new issue