Solving some warning

This commit is contained in:
AnonymusRaccoon
2020-03-12 21:05:46 +01:00
parent bccfcab6c8
commit 9cec01cf28
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ OBJ = $(SRC:%.c=%.o)
INCLUDE = -I ./include -I lib/gamacon/include -I lib/gamacon/lib/xmlparser/include
CFLAGS = $(INCLUDE) -Wall -Wshadow -Wextra
CFLAGS = $(INCLUDE) -Wall -Wshadow -Wextra -Wno-unused-parameter
LDFLAGS = -L lib/gamacon -L lib/my -L lib/xmlparser -L lib/quadtree\
-lgamacon -lxmlparser -lquadtree -lmy -lcsfml-system -lcsfml-graphics -lcsfml-audio -lcsfml-window -lm