mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
Mark unused variable in a non-debug build as such
Forgot this one in be40e9d6
This commit is contained in:
parent
260ddac543
commit
c647c61d4a
1 changed files with 1 additions and 1 deletions
|
@ -1023,7 +1023,7 @@ idPhysics_StaticMulti::ReadFromSnapshot
|
|||
================
|
||||
*/
|
||||
void idPhysics_StaticMulti::ReadFromSnapshot( const idBitMsgDelta &msg ) {
|
||||
int i, num;
|
||||
int i, num id_attribute((unused));
|
||||
idCQuat quat, localQuat;
|
||||
|
||||
num = msg.ReadByte();
|
||||
|
|
Loading…
Reference in a new issue