diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-05-17 12:56:55 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-05-17 12:56:55 +0200 |
commit | 23bc8818b3282745a640853ce93a66df4a2da4ba (patch) | |
tree | 38144aec89eaa171716be25f82cb40c13da82e62 /project.conf | |
parent | 81eef850242ea988366546dcb94137fd44d817c7 (diff) |
Fix all warnings
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/project.conf b/project.conf index dbf928d..bc9b3b6 100644 --- a/project.conf +++ b/project.conf @@ -4,6 +4,9 @@ type = "executable" version = "1.3.2" platforms = ["posix"] +[config] +error_on_warning = "true" + [dependencies] gtk+-3.0 = "3" x11 = "1" |