surveiller les warnings du gcc

This commit is contained in:
tTh
2022-01-22 14:47:46 +01:00
parent af7266eb30
commit 3f7abf4ea0
6 changed files with 20 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
#  some ugly experiments, do not use in production
#
COPT = -Wall -fpic -g -DDEBUG_LEVEL=1 -lm
COPT = -Wall -Wextra -fpic -g -DDEBUG_LEVEL=1 -lm
DEPS = ../floatimg.h ../libfloatimg.a Makefile
LIBS = ../libfloatimg.a -ltiff -lpnglite -lcfitsio -lm