Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 1998 03:39:50 -0700 (PDT)
From:      John Birrell <jb@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-games@FreeBSD.ORG
Subject:   cvs commit: src/games/trek computer.c dumpgame.c getpar.c phaser.c setup.c shield.c
Message-ID:  <199805091039.DAA18283@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          1998/05/09 03:39:49 PDT

  Modified files:
    games/trek           computer.c dumpgame.c getpar.c phaser.c 
                         setup.c shield.c 
  Log:
  Change casts of function pointers from int to long. This makes the
  compiler warnings go away, but the compiler is throwing away 32-bits
  as the long value is silently truncated to an int on alpha. But the
  program works, so that must not matter.
  
  Revision  Changes    Path
  1.2       +1 -1      src/games/trek/computer.c
  1.2       +1 -1      src/games/trek/dumpgame.c
  1.2       +1 -1      src/games/trek/getpar.c
  1.2       +1 -1      src/games/trek/phaser.c
  1.3       +2 -2      src/games/trek/setup.c
  1.2       +1 -1      src/games/trek/shield.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805091039.DAA18283>