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)
commit8422e7e438bf34c075af3b1b6380fe8c1fb82bf9
treeccd478708e829ac53059c8468b21e097011e4426
parent46a35862cb9ff3caddad1fc01e02141b6e0a9f72
Try a different way to silence GCC.

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.
src/python.c