On 30 May 2013 07:23, Austin English <austinengl...@gmail.com> wrote: > and no modern gcc/other compiler that I can find cares. > It does if you add -Wunused-parameter, but then you'll get a lot of other warnings as well. IMO the "action = action;" line is pretty pointless and best just removed, though if people are just looking for a different workaround, "(void)action;" is more or less the standard way to do it.
- Re: msvcrt: remove hack Marcus Meissner
- Re: msvcrt: remove hack Christian Costa
- Re: msvcrt: remove hack Dmitry Timoshkov
- Re: msvcrt: remove hack Christian Costa
- Re: msvcrt: remove hack Dmitry Timoshkov
- Re: msvcrt: remove hack Christian Costa
- Re: msvcrt: remove hack Joel Holdsworth
- Re: msvcrt: remove hack Henri Verbeet