Revert broken "statement with no effect" warning fix
authorLinus Torvalds <torvalds@g5.osdl.org>
Thu, 28 Jul 2005 17:34:47 +0000 (10:34 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 28 Jul 2005 17:34:47 +0000 (10:34 -0700)
It may shut up gcc, but it also incorrectly changes the semantics of the
smp_call_function() helpers.

You can fix the warning other ways if you are interested (create another
inline function that takes no arguments and returns zero), but
preferably gcc just shouldn't complain about unused return values from
statement expressions in the first place.


No differences found