From: Linus Torvalds Date: Thu, 28 Jul 2005 17:34:47 +0000 (-0700) Subject: Revert broken "statement with no effect" warning fix X-Git-Tag: v2.6.13-rc4~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ac6608c41f8c45371ea9dddae7f99bc2c15d5cf;p=pandora-kernel.git Revert broken "statement with no effect" warning fix 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. --- Reading git-diff-tree failed