Suppress warning

This commit is contained in:
Tim Angus 2013-05-29 14:23:34 +01:00
parent 0c3ec34db9
commit 242dcf9cf8
1 changed files with 1 additions and 0 deletions

View File

@ -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];