diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Conf.hpp | 2 |
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; |