aboutsummaryrefslogtreecommitdiff
path: root/include/Conf.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Conf.hpp')
-rw-r--r--include/Conf.hpp2
1 files changed, 2 insertions, 0 deletions
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<FileString> zigTestFiles;
bool showWarnings;
+ bool errorOnWarning;
bool zigTestAllFiles;
bool packaging;
bool bundling;