]> granicus.if.org Git - nethack/commit
suppress makedefs.c diagnostic (trunk only)
authornethack.rankin <nethack.rankin>
Thu, 12 Jan 2012 04:01:08 +0000 (04:01 +0000)
committernethack.rankin <nethack.rankin>
Thu, 12 Jan 2012 04:01:08 +0000 (04:01 +0000)
commit5506be3b911843a59fa3dda1cd6d9c96ab7f5fc4
tree6c5a6acf8073aee0ae931ba042014d2bfa16a0a6
parentaf0201b063b8a849b92947dba6927daba67f169c
suppress makedefs.c diagnostic (trunk only)

     gcc doesn't complain about using %lx to write out a signed long, but
it does complain about using it to read into a signed long.  Technically
it's right about the latter, so fix this properly rather than just suppress
the message with a cast.
util/makedefs.c