|
From: Andre R. <and...@us...> - 2004-10-29 20:38:45
|
Update of /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13230 Modified Files: iowafrontier.h Log Message: Fixed GCC compiler warnings. Index: iowafrontier.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/IowaRuntime/Headers/iowafrontier.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iowafrontier.h 9 Oct 2004 20:22:42 -0000 1.1 --- iowafrontier.h 29 Oct 2004 20:38:34 -0000 1.2 *************** *** 29,33 **** #define idfrontier 'LAND' ! boolean findfrontiercomponent (); boolean frontStartCard (AEDesc *); --- 29,33 ---- #define idfrontier 'LAND' ! boolean findfrontiercomponent (void); boolean frontStartCard (AEDesc *); |