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

@@ -2,7 +2,7 @@
# building the base library
#
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=0
COPT = -Wall -Wextra -fpic -g -no-pie -DDEBUG_LEVEL=0
OBJS = fimg-core.o fimg-pnm.o fimg-file.o fimg-math.o \
fimg-timers.o operators.o fimg-2gray.o \