mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Fixing a few compiler warnings to allow compilation with -Wall -Wextra and -Werror. (#3153)
This commit is contained in:
committed by
Ivan Grokhotkov
parent
db4d3e0098
commit
2d9e767630
@ -63,7 +63,7 @@
|
||||
|
||||
#ifndef LWIP_NOASSERT
|
||||
#define LWIP_ASSERT(message, assertion) do { if(!(assertion)) \
|
||||
LWIP_PLATFORM_ASSERT(message); } while(0)
|
||||
{ LWIP_PLATFORM_ASSERT(message); } } while(0)
|
||||
#else /* LWIP_NOASSERT */
|
||||
#define LWIP_ASSERT(message, assertion)
|
||||
#endif /* LWIP_NOASSERT */
|
||||
|
Reference in New Issue
Block a user