From 8f1190efd62fcda55fd580e2609efbb055bc0d3d Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 6 Jul 2017 22:20:50 -0400 Subject: Error on tool warnings --- tools/bin2c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/bin2c') diff --git a/tools/bin2c/Makefile b/tools/bin2c/Makefile index bd5f60490..4cc23a25a 100644 --- a/tools/bin2c/Makefile +++ b/tools/bin2c/Makefile @@ -1,6 +1,6 @@ CC = gcc -CFLAGS = -Wall -Wextra -std=c11 -O2 -s +CFLAGS = -Wall -Wextra -Werror -std=c11 -O2 -s .PHONY: clean -- cgit v1.2.3