- silence MSVC warnings.

This commit is contained in:
Christoph Oelckers 2020-02-27 19:50:29 +01:00
parent bb3009c8a7
commit 9d934d22b2

View file

@ -32,6 +32,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "files.h" #include "files.h"
#include "i_specialpaths.h" #include "i_specialpaths.h"
// Shut up the compiler.
#ifdef _MSC_VER
#pragma warning(disable:4101)
#endif
BEGIN_RR_NS BEGIN_RR_NS
inline bool KB_KeyPressed(int code) inline bool KB_KeyPressed(int code)