mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 14:59:17 +00:00
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:
@@ -65,7 +65,8 @@ else()
|
||||
-Wuninitialized
|
||||
-Wunreachable-code
|
||||
-Wunused
|
||||
|
||||
-Wno-reserved-identifier
|
||||
-Werror
|
||||
-Wsign-compare
|
||||
-Wno-extra-semi-stmt
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user