simon-git: puzzles (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Mon Mar 9 18:10:26 GMT 2015


TL;DR:
  ffe0aa6 Fix a build failure on x32 (time_t printfs).

Repository:     git://git.tartarus.org/simon/puzzles.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=puzzles.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2015-03-09 18:10:26

commit ffe0aa6a114e83649bb04ff8e09b8025be988de2
web diff http://tartarus.org/~simon-git/gitweb/?p=puzzles.git;a=commitdiff;h=ffe0aa6a114e83649bb04ff8e09b8025be988de2;hp=f1e68fb516b5a8e83a9a2c923424313d0098a728
Author: Adam Borowski <kilobyte at angband.pl>
Date:   Mon Mar 9 07:58:10 2015 +0100

    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  |    2 +-
 signpost.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list