- Fixed all the warnings from GCC 4.2, including a handful that were
present in older GCCs. SVN r430 (trunk)
This commit is contained in:
parent
ff65f75a8c
commit
851bf89442
33 changed files with 106 additions and 87 deletions
|
|
@ -1135,7 +1135,7 @@ bool AM_clipMline (mline_t *ml, fline_t *fl)
|
|||
register int outcode2 = 0;
|
||||
register int outside;
|
||||
|
||||
fpoint_t tmp;
|
||||
fpoint_t tmp = { 0, 0 };
|
||||
int dx;
|
||||
int dy;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue