Skip to content

Commit b05a588

Browse files
committed
Run selective build CI test with more restrictions
Revert reason for #14487 was that internal tests were running with "-Werror,-Wunused-variable" option but not OSS tests
1 parent c9f46e2 commit b05a588

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codegen/tools/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ target_include_directories(
2525
# Compile options
2626
target_compile_options(
2727
selective_build PUBLIC -Wno-deprecated-declarations -fPIC -frtti -fexceptions
28+
-Werror -Wunused-variable
2829
)
2930

3031
# Link against required libraries

0 commit comments

Comments
 (0)