Suppress reserved-identifier warning and catch all warnings. (#608)

* suppress the reserved-identifier warnings

* keep BUILD_DEV=On and use -Werror by default
This commit is contained in:
Illia Silin
2023-03-01 10:08:13 -08:00
committed by GitHub
parent 68dbf40a79
commit 59cbb20c7c
2 changed files with 4 additions and 3 deletions

View File

@@ -65,7 +65,8 @@ else()
-Wuninitialized
-Wunreachable-code
-Wunused
-Wno-reserved-identifier
-Werror
-Wsign-compare
-Wno-extra-semi-stmt
)