diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-28 10:34:47 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-28 10:34:47 -0700 |
commit | 2ac6608c41f8c45371ea9dddae7f99bc2c15d5cf (patch) | |
tree | 8d0c6801d488e5bfc6cc0bdf10bba35821bf5e69 /scripts | |
parent | 7b70888a192eff457c2ca0a4ffa04815f5e19734 (diff) | |
download | kernel_samsung_smdk4412-2ac6608c41f8c45371ea9dddae7f99bc2c15d5cf.zip kernel_samsung_smdk4412-2ac6608c41f8c45371ea9dddae7f99bc2c15d5cf.tar.gz kernel_samsung_smdk4412-2ac6608c41f8c45371ea9dddae7f99bc2c15d5cf.tar.bz2 |
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.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions