From 7cc5348a8b7495b8b79ed1830223bd3acd3c8aee Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 31 Dec 2019 09:36:54 +0100 Subject: Add error_on_warning option to allow turning compiler warnings to errors --- include/Conf.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/Conf.hpp b/include/Conf.hpp index 03b2e46..892b7b6 100644 --- a/include/Conf.hpp +++ b/include/Conf.hpp @@ -216,6 +216,7 @@ namespace sibs mainProject(false), sanitize(false), showWarnings(false), + errorOnWarning(false), zigTestAllFiles(false), packaging(false), bundling(false), @@ -412,6 +413,7 @@ namespace sibs std::vector zigTestFiles; bool showWarnings; + bool errorOnWarning; bool zigTestAllFiles; bool packaging; bool bundling; -- cgit v1.2.3