From 27938d111e2f49ed3e8c39647d9a8fbc1482a686 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Fri, 7 Oct 2016 08:55:18 +0200 Subject: Added and fixed extra compiler warnings --- sim/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/Makefile.am') diff --git a/sim/Makefile.am b/sim/Makefile.am index 35808e7..b43e85f 100644 --- a/sim/Makefile.am +++ b/sim/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -Wall -g $(all_includes) +AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) bin_PROGRAMS = \ cnetz_sim -- cgit v1.2.3