Add some compiler warnings
This commit is contained in:
+4
-1
@@ -1,5 +1,8 @@
|
|||||||
|
|
||||||
CFLAGS_WARN = -Wall -Wextra -Werror -Wno-unused-parameter
|
CFLAGS_WARN = -Wall -Wextra -Werror -Wno-unused-parameter
|
||||||
|
CFLAGS_WARN += -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
|
||||||
|
CFLAGS_WARN += -Waggregate-return -Wpointer-arith -Wshadow -Wwrite-strings
|
||||||
|
CFLAGS_WARN += -Wcast-align -Wcast-qual
|
||||||
|
|
||||||
bin_PROGRAMS = ttynvt
|
bin_PROGRAMS = ttynvt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user