[libclc] Re-enable compiler warning (#136872)
libclc is now clean of code that triggers the bitwise-conditional-parentheses warning, so we can finally remove the workaround.
This commit is contained in:
@@ -441,8 +441,6 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
|
||||
|
||||
list( APPEND build_flags
|
||||
-I${CMAKE_CURRENT_SOURCE_DIR}/generic/include
|
||||
# FIXME: Fix libclc to not require disabling this noisy warning
|
||||
-Wno-bitwise-conditional-parentheses
|
||||
)
|
||||
|
||||
add_libclc_builtin_set(
|
||||
|
||||
Reference in New Issue
Block a user