lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #9478] MQTT.c printf warning in debug messages


From: David Bourgeois
Subject: [lwip-devel] [patch #9478] MQTT.c printf warning in debug messages
Date: Fri, 3 Nov 2017 18:23:39 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36

Follow-up Comment #1, patch #9478 (project lwip):

The warnings were:

format '%d' expects argument of type 'int', but argument 2 has type 'u32_t
{aka long unsigned int}' [-Wformat=]    mqtt.c  /RCP1-stm32/Middlewares/LwIP    
line
834     C/C++ Problem
format '%d' expects argument of type 'int', but argument 2 has type 'u32_t
{aka long unsigned int}' [-Wformat=]    mqtt.c  /RCP1-stm32/Middlewares/LwIP    
line
866     C/C++ Problem
format '%d' expects argument of type 'int', but argument 4 has type 'long
unsigned int' [-Wformat=]       mqtt.c  /RCP1-stm32/Middlewares/LwIP    line 
741        C/C++
Problem
format '%d' expects argument of type 'int', but argument 4 has type 'u32_t
{aka long unsigned int}' [-Wformat=]    mqtt.c  /RCP1-stm32/Middlewares/LwIP    
line
866     C/C++ Problem


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?9478>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]