mirror of
https://github.com/FreeRTOS/FreeRTOS-Plus-TCP
synced 2025-10-20 22:10:04 +08:00
Avoid compiler warnings about the printf formats (#1119)
Co-authored-by: Tony Josi <tonyjosi@amazon.com>
This commit is contained in:
@@ -320,8 +320,8 @@
|
||||
|
||||
FreeRTOS_printf( ( "RA: Prefix len %d Life %u, %u (%pip)\n",
|
||||
pxPrefixOption->ucPrefixLength,
|
||||
FreeRTOS_ntohl( pxPrefixOption->ulValidLifeTime ),
|
||||
FreeRTOS_ntohl( pxPrefixOption->ulPreferredLifeTime ),
|
||||
( unsigned ) FreeRTOS_ntohl( pxPrefixOption->ulValidLifeTime ),
|
||||
( unsigned ) FreeRTOS_ntohl( pxPrefixOption->ulPreferredLifeTime ),
|
||||
( void * ) pxPrefixOption->ucPrefix ) );
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user