mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix logic error in #if condition
This commit is contained in:
parent
ae890fba3b
commit
4d22a1d7ef
@ -74,7 +74,7 @@
|
||||
#include "pointerTo.h"
|
||||
#include "pvector.h"
|
||||
|
||||
#if defined(WIN32_VC) || !defined(__INTEL_COMPILER)
|
||||
#if defined(WIN32_VC) && !defined(__INTEL_COMPILER)
|
||||
// disable mysterious MSVC warning for static inline PTA::empty_array method
|
||||
// need to chk if vc 7.0 still has this problem, would like to keep it enabled
|
||||
#pragma warning (disable : 4506)
|
||||
|
Loading…
x
Reference in New Issue
Block a user