From 6bef1c8b6da3404693e2aea473824a6f33cdbde6 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Fri, 2 Feb 2024 16:00:59 +0100 Subject: config.mk: Treat compiler warnings as errors --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 6a0699f..7526b15 100644 --- a/config.mk +++ b/config.mk @@ -2,4 +2,4 @@ PROGRAM_NAME = diff-dd PROGRAM_VERSION = 2.0.0 CC=g++ -CFLAGS=-Wall -Wextra -std=c++11 +CFLAGS=-Wall -Wextra -Werror -std=c++11 -- cgit v1.2.3