From: Georg Schiesser Date: Tue, 10 May 2016 21:39:55 +0000 (+0200) Subject: tools: enable additional compiler warnings X-Git-Url: http://rtime.felk.cvut.cz/gitweb/jailhouse.git/commitdiff_plain/92b38b33c48f7cc9fc51d920dcbc440a9ae0fb69 tools: enable additional compiler warnings Signed-off-by: Georg Schiesser Signed-off-by: Jan Kiszka --- diff --git a/tools/Makefile b/tools/Makefile index 55d0368..dcbdfed 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -13,7 +13,7 @@ CC = $(CROSS_COMPILE)gcc CFLAGS = -g -O3 -I../driver -DLIBEXECDIR=\"$(libexecdir)\" \ - -Wall -Wmissing-declarations -Wmissing-prototypes \ + -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes \ -DJAILHOUSE_VERSION=\"$(shell cat ../VERSION)\" TARGETS := jailhouse