aboutsummaryrefslogtreecommitdiff
path: root/common/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/stdafx.h')
-rw-r--r--common/stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/stdafx.h b/common/stdafx.h
index f223eacd4e..343ec2d37a 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -41,6 +41,7 @@
#pragma warning( disable : 4244 ) // turn off "conversion type" warning
#pragma warning( disable : 4355 ) // turn off "base member init" warning
#pragma warning( disable : 4390 ) // turn off "empty statement" warning for BS2 code
+#pragma warning( disable : 4506 ) // turn off "no definition for inline function" warning
#endif
#if !defined(_WIN32_WCE)