Squasgh -Wextra warnings.

This commit is contained in:
Eric S. Raymond 2017-06-15 19:39:43 -04:00
parent 2182dc23ff
commit eaee02aa09
5 changed files with 8 additions and 8 deletions

View file

@ -22,7 +22,7 @@
VERS=1.0
CC?=gcc
CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -Wall -Wpedantic -g
CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -Wall -Wpedantic -Wextra -g
LIBS=
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)