mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
Suppress warning
This commit is contained in:
parent
0c3ec34db9
commit
242dcf9cf8
1 changed files with 1 additions and 0 deletions
|
@ -3376,6 +3376,7 @@ void RE_LoadWorldMap( const char *name ) {
|
|||
gridLightCol[0] = ByteToFloat(data[3]);
|
||||
gridLightCol[1] = ByteToFloat(data[4]);
|
||||
gridLightCol[2] = ByteToFloat(data[5]);
|
||||
(void)gridLightCol; // Suppress unused-but-set-variable warning
|
||||
|
||||
lat = data[7];
|
||||
lng = data[6];
|
||||
|
|
Loading…
Reference in a new issue