Solving some warning

This commit is contained in:
AnonymusRaccoon
2020-03-12 21:05:28 +01:00
parent b85b7918c3
commit d66d6e7924
12 changed files with 22 additions and 16 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ TESTS = tests/deserializations.c \
INCLUDE = -I ./include
CFLAGS = $(INCLUDE) -Wall -Wshadow -Wextra
CFLAGS = $(INCLUDE) -Wall -Wshadow -Wextra -Wno-unused-parameter
LDFLAGS = -L ../my -L ../xmlparser -L ../quadtree\
-lxmlparser -lquadtree -lmy -lcsfml-system -lcsfml-graphics -lcsfml-window -lm