File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
test/build-combination/Common Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ target_compile_options( freertos_plus_tcp
7676 $<$<COMPILE_LANG_AND_ID:C,Clang>:-Wno-unused-macros >
7777 $<$<COMPILE_LANG_AND_ID:C,GNU>:-Wno-unused-but-set-variable >
7878 $<$<COMPILE_LANG_AND_ID:C,Clang,GNU>:-Wno-unused-parameter>
79+ $<$<COMPILE_LANG_AND_ID:C,GNU>:-Wno-unused-variable >
80+ $<$<COMPILE_LANG_AND_ID:C,GNU>:-Wno-pedantic>
7981)
8082
8183target_link_libraries ( freertos_plus_tcp
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ void vApplicationIdleHook( void )
199199 /* Exit. Just a stub. */
200200}
201201/*-----------------------------------------------------------*/
202- void vAssertCalled ( const char * const pcFile ,
202+ void vAssertCalled ( const char * pcFile ,
203203 unsigned long ulLine )
204204{
205205 const uint32_t ulLongSleep = 1000UL ;
You can’t perform that action at this time.
0 commit comments