Skip to content

Commit 6c56160

Browse files
authored
[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.
1 parent 806d59e commit 6c56160

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libclc/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,6 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
441441

442442
list( APPEND build_flags
443443
-I${CMAKE_CURRENT_SOURCE_DIR}/generic/include
444-
# FIXME: Fix libclc to not require disabling this noisy warning
445-
-Wno-bitwise-conditional-parentheses
446444
)
447445

448446
add_libclc_builtin_set(

0 commit comments

Comments
 (0)