mirror of
https://github.com/zoriya/Gamacon.git
synced 2026-06-06 21:22:14 +00:00
Solving some warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user