summaryrefslogtreecommitdiff
path: root/tools/rsfont
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-07-06 22:20:50 -0400
committeryenatch <yenatch@gmail.com>2017-07-06 22:20:50 -0400
commit8f1190efd62fcda55fd580e2609efbb055bc0d3d (patch)
treec60fcd65afb446a8b459358edd48c5a60eba9376 /tools/rsfont
parent3e6d1757d08b75c8f1c3fbad0947b6eeb28622c1 (diff)
Error on tool warnings
Diffstat (limited to 'tools/rsfont')
-rw-r--r--tools/rsfont/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rsfont/Makefile b/tools/rsfont/Makefile
index 544954bfc..a78beca50 100644
--- a/tools/rsfont/Makefile
+++ b/tools/rsfont/Makefile
@@ -1,6 +1,6 @@
CC = gcc
-CFLAGS = -Wall -Wextra -std=c11 -O2 -s -DPNG_SKIP_SETJMP_CHECK
+CFLAGS = -Wall -Wextra -Werror -std=c11 -O2 -s -DPNG_SKIP_SETJMP_CHECK
LIBS = -lpng -lz