diff --git a/source/rr/src/rrdh.cpp b/source/rr/src/rrdh.cpp index 7c8770047..ea9d87c28 100644 --- a/source/rr/src/rrdh.cpp +++ b/source/rr/src/rrdh.cpp @@ -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)