Skip to content

Commit c77c577

Browse files
committed
Add -Wredundant-decls to CI checks
1 parent 37f7620 commit c77c577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/build-combination/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ target_compile_options(freertos_plus_tcp
111111
$<$<COMPILE_LANG_AND_ID:C,Clang,GNU>:-Werror>
112112
$<$<COMPILE_LANG_AND_ID:C,Clang,GNU>:-Wpedantic>
113113
$<$<COMPILE_LANG_AND_ID:C,Clang,GNU>:-Wconversion>
114+
$<$<COMPILE_LANG_AND_ID:C,Clang,GNU>:-Wredundant-decls>
114115
$<$<COMPILE_LANG_AND_ID:C,Clang,GNU>:-Wunused-variable>
115116
$<$<COMPILE_LANG_AND_ID:C,Clang>:-Weverything>
116117

0 commit comments

Comments
 (0)