From f3f61dcfba1cf23968dabd19d864319707ad5c5a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 10 May 2022 12:53:30 +0200 Subject: [PATCH] remove virtual warning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 080cc83..652769c 100644 --- a/Makefile +++ b/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)