chiark / gitweb /
Fix a build failure on x32 (time_t printfs).
authorAdam Borowski <kilobyte@angband.pl>
Mon, 9 Mar 2015 06:58:10 +0000 (07:58 +0100)
committerSimon Tatham <anakin@pobox.com>
Mon, 9 Mar 2015 18:03:20 +0000 (18:03 +0000)
commitffe0aa6a114e83649bb04ff8e09b8025be988de2
tree7c2c3c534afa8d85e3c8cdc59e1dea88d0f03dc5
parentf1e68fb516b5a8e83a9a2c923424313d0098a728
Fix a build failure on x32 (time_t printfs).

As that architecture has 64-bit time_t but only 32-bit longs, printf format
causes a warning.  Enter -Werror...
magnets.c
signpost.c