mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-13 07:21:31 +00:00
silence pesky warnings from old compilers
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1316 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
301630d8ac
commit
e1c26de7fb
1 changed files with 1 additions and 0 deletions
|
@ -416,6 +416,7 @@ void CL_PlayDemo_f (void)
|
||||||
// fscanf skips that byte too and screws up further reads.
|
// fscanf skips that byte too and screws up further reads.
|
||||||
// fscanf (cls.demofile, "%i\n", &cls.forcetrack);
|
// fscanf (cls.demofile, "%i\n", &cls.forcetrack);
|
||||||
cls.forcetrack = 0;
|
cls.forcetrack = 0;
|
||||||
|
c = 0; /* silence pesky compiler warnings */
|
||||||
neg = false;
|
neg = false;
|
||||||
// read a decimal integer possibly with a leading '-',
|
// read a decimal integer possibly with a leading '-',
|
||||||
// followed by a '\n':
|
// followed by a '\n':
|
||||||
|
|
Loading…
Reference in a new issue