Code

Try a different way to silence GCC.
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 23 Aug 2016 14:15:30 +0000 (16:15 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 23 Aug 2016 14:15:30 +0000 (16:15 +0200)
On some distro's some versions of GCC warn about the unchecked result,
even though it is casted to void.

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66425 for the
discussion.


No differences found