General cleanup of unused variable warnings
This commit is contained in:
@@ -348,8 +348,10 @@ public:
|
||||
// even if their constructors have side effects
|
||||
void reference()
|
||||
{
|
||||
#if LL_WINDOWS
|
||||
S32 dummy;
|
||||
dummy = 0;
|
||||
#endif /*LL_WINDOWS*/
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user