1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-10 14:42:08 +03:00
Files
esp8266/libraries
Earle F. Philhower, III e38f19e008 Remove warnings when NDEBUG build option used (#4196)
When building using the new NDEBUG option recently added, the assert()
macro is defined to nothing. This leaves a few variables unused in the
WiFi stack causing compiler warnings. Add in empty casts to remove
these warnings. Does not affect actual assert use when NDEBUG is not
defined.
2018-02-04 20:59:31 -08:00
..
2017-12-30 02:03:26 -03:00
2015-11-02 19:23:26 +01:00
2017-06-06 23:23:09 -05:00