remove warning of vc

dev
MITSUNARI Shigeo 9 years ago
parent 099418e720
commit 8d213e76c2
  1. 4
      src/fp.cpp

@ -6,6 +6,10 @@
#endif
#include <mcl/fp_proto.hpp>
#ifdef _MSC_VER
#pragma warning(disable : 4127)
#endif
namespace mcl { namespace fp {
#ifdef MCL_USE_XBYAK

Loading…
Cancel
Save