From 2b978b3e76ef05a3f2272b6288fc8d727afaeb7e Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Sun, 3 Jun 2018 18:02:49 +1000 Subject: Add -Werror to test case Signed-off-by: Benjamin Herrenschmidt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fc462b6..499c30f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ DEBUG ?= 0 # ARM compiler for userspace test code CROSS_COMPILE ?= arm-linux- CC = $(CROSS_COMPILE)gcc -CFLAGS = -Wall -Os +CFLAGS = -Wall -Os -Werror # M68K toolchain for CF firmware M68KCROSS ?= /opt/cross/binutils-coldfire/bin/m68k-unknown-elf- -- cgit v1.2.1