|
From: Karsten W. <kar...@us...> - 2005-12-20 22:17:22
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17520 Modified Files: filemp3.c Log Message: compiler warning fix Index: filemp3.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/filemp3.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** filemp3.c 11 Jan 2005 22:48:05 -0000 1.3 --- filemp3.c 20 Dec 2005 22:17:15 -0000 1.4 *************** *** 347,351 **** static boolean getxingheader (tympeginfostruct *info, Handle h, long ix, long *ctframes, long *ctbytes) { ! long flags; --- 347,352 ---- static boolean getxingheader (tympeginfostruct *info, Handle h, long ix, long *ctframes, long *ctbytes) { ! #pragma unused (info) ! long flags; |