We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f7620 commit c77c577Copy full SHA for c77c577
test/build-combination/CMakeLists.txt
@@ -111,6 +111,7 @@ target_compile_options(freertos_plus_tcp
111
$<$<COMPILE_LANG_AND_ID:C,Clang,GNU>:-Werror>
112
$<$<COMPILE_LANG_AND_ID:C,Clang,GNU>:-Wpedantic>
113
$<$<COMPILE_LANG_AND_ID:C,Clang,GNU>:-Wconversion>
114
+ $<$<COMPILE_LANG_AND_ID:C,Clang,GNU>:-Wredundant-decls>
115
$<$<COMPILE_LANG_AND_ID:C,Clang,GNU>:-Wunused-variable>
116
$<$<COMPILE_LANG_AND_ID:C,Clang>:-Weverything>
117
0 commit comments