Fixed enablement of compiler warnings

This commit is contained in:
Martin Lund 2016-05-08 15:18:03 +02:00
parent 65b6d2fcba
commit f1948c374f
2 changed files with 1 additions and 1 deletions

View file

@ -1,3 +1,4 @@
AM_CFLAGS="-Wall"
bin_PROGRAMS = tio
tio_SOURCES = tty.c \
options.c \