Unverified Commit 03d3395b authored by arvindcheru's avatar arvindcheru Committed by GitHub
Browse files

Disable Werror to ignore xnack+ warnings (#794)

* Disable Werror to ignore xnack+ warnings
parent 1ee99dca
...@@ -67,6 +67,7 @@ else() ...@@ -67,6 +67,7 @@ else()
-Wunused -Wunused
-Wno-reserved-identifier -Wno-reserved-identifier
-Werror -Werror
-Wno-option-ignored
-Wsign-compare -Wsign-compare
-Wno-extra-semi-stmt -Wno-extra-semi-stmt
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment