mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
- silence MSVC warnings.
This commit is contained in:
parent
bb3009c8a7
commit
9d934d22b2
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
#include "files.h"
|
||||
#include "i_specialpaths.h"
|
||||
|
||||
// Shut up the compiler.
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable:4101)
|
||||
#endif
|
||||
BEGIN_RR_NS
|
||||
|
||||
inline bool KB_KeyPressed(int code)
|
||||
|
|
Loading…
Reference in a new issue