SWDEV-424997 - Adding -Wno-option-ignored to hip catch test build
Change-Id: Ia4d3d9ee3d5762ce2e8814afcc2846b88306c482
This commit is contained in:
@@ -159,7 +159,7 @@ if (WIN32)
|
||||
endif()
|
||||
|
||||
if(HIP_PLATFORM STREQUAL "amd")
|
||||
add_compile_options(-Wall -Wextra -Werror -Wno-deprecated)
|
||||
add_compile_options(-Wall -Wextra -Werror -Wno-deprecated -Wno-option-ignored)
|
||||
endif()
|
||||
|
||||
cmake_policy(PUSH)
|
||||
|
||||
Reference in New Issue
Block a user