From owner-cvs-games Sat May 9 03:44:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA27501 for cvs-games-outgoing; Sat, 9 May 1998 03:44:31 -0700 (PDT) (envelope-from owner-cvs-games) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA27329; Sat, 9 May 1998 03:42:56 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA18283; Sat, 9 May 1998 03:39:50 -0700 (PDT) Date: Sat, 9 May 1998 03:39:50 -0700 (PDT) Message-Id: <199805091039.DAA18283@freefall.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 Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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