Ivan Grokhotkov 275b574ace fix warnings generated by ESP_ERROR_CHECK(variable) in release builds
This uses the same pattern as “assert” in release builds to silence the
warning. At the same time, we make sure that if a statement is wrapped
into ESP_ERROR_CHECK, it is executed in release build as well.
2017-04-07 15:24:58 +08:00
..
2016-12-16 14:30:27 +08:00
2016-09-26 01:17:32 +08:00
2017-03-09 19:59:09 +08:00
2016-11-17 12:09:08 +08:00
2016-11-22 00:57:19 +08:00
2016-12-15 18:20:00 +08:00
2016-08-17 23:08:22 +08:00
2016-11-17 12:09:08 +08:00
2017-03-08 19:27:30 +08:00