mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-04 03:00:58 +00:00
Fix gcc 7.1.0 warnings
git-svn-id: https://svn.eduke32.com/eduke32@6370 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
60098c45d6
commit
dad337add8
25 changed files with 141 additions and 24 deletions
|
@ -3524,6 +3524,7 @@ static int32_t defsparser(scriptfile *script)
|
|||
glb->def[0].alpha = (float)(value2-a) * finv2value;
|
||||
glb->def[1].alpha = (float)a * finv2value;
|
||||
}
|
||||
fallthrough__;
|
||||
#endif
|
||||
case 0:
|
||||
numalphatabs = value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue