Disable Werror to ignore xnack+ warnings (#794)

* Disable Werror to ignore xnack+ warnings
This commit is contained in:
arvindcheru
2023-07-14 20:00:20 -04:00
committed by GitHub
parent 1ee99dcaa6
commit 03d3395b3c

View File

@@ -67,6 +67,7 @@ else()
-Wunused
-Wno-reserved-identifier
-Werror
-Wno-option-ignored
-Wsign-compare
-Wno-extra-semi-stmt
)