Disable Werror to ignore xnack+ warnings (#794)

* Disable Werror to ignore xnack+ warnings

[ROCm/composable_kernel commit: 03d3395b3c]
This commit is contained in:
arvindcheru
2023-07-14 20:00:20 -04:00
committed by GitHub
parent a1a8901df8
commit 93493c2745

View File

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