Browse Source

Fixed GCC warning.

bkaradzic 12 years ago
parent
commit
2e0952bbec
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/common/entry/entry_linux.cpp

+ 1 - 0
examples/common/entry/entry_linux.cpp

@@ -332,6 +332,7 @@ namespace entry
 
 	void setMouseLock(bool _lock)
 	{
+		BX_UNUSED(_lock);
 	}
 
 } // namespace entry