Closed cgundogan closed 8 years ago
can be observed in https://github.com/RIOT-OS/RIOT/pull/5914
:+1: for merging this, in order to proceed with RIOT-OS/RIOT#5914
That was fast. :smile:
Sorry for the delay. Just got the write access to this repo a minute ago :)
When compiling with
-Werror=unused-variable
(like it's the case forRIOT
), then the compiler fails, becauser
is not used (assumingasserts
are not compiled).The (unnecessary) cast to
void
satisfies the compiler.