Re-fix compilation of src/modcmd.c.
authorMichael Poole <mdpoole@troilus.org>
Sun, 30 Oct 2011 17:32:11 +0000 (13:32 -0400)
committerMichael Poole <mdpoole@troilus.org>
Sun, 30 Oct 2011 17:32:11 +0000 (13:32 -0400)
commit3c70e89e7cc738f30cfbd1a5530507af41fc9ed6
tree537cd4817026e7e8f4e1a26d2eb70f297a58c52f
parent35588938690331c93fb77e81d9ba0a251e80b87a
Re-fix compilation of src/modcmd.c.

(I'm not sure why it looked like this compiled before.)

src/modcmd.c (check_alias_args): strtoul has an attribute that makes
  gcc warn if its result is not used, so store (but ignore) its result.
src/modcmd.c