From 6c561604336497cbeebc90f9066a9f474458a38d Mon Sep 17 00:00:00 2001 From: Fraser Cormack Date: Wed, 23 Apr 2025 15:59:15 +0100 Subject: [PATCH] [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. --- libclc/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/libclc/CMakeLists.txt b/libclc/CMakeLists.txt index fcfcf5c9585e..50ddfc3930cd 100644 --- a/libclc/CMakeLists.txt +++ b/libclc/CMakeLists.txt @@ -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(