disable vc warning

dev
MITSUNARI Shigeo 8 years ago
parent 674e5d0c24
commit ec691ce5e0
  1. 2
      include/mcl/fp.hpp

@ -262,7 +262,7 @@ public:
}
void getStr(std::string& str, int ioMode = 0) const
{
fp::Block b;
fp::Block b = {}; // disable warning of vc
const size_t n = getByteSize();
const Unit *p = v_;
if (!(ioMode & IoArrayRaw)) {

Loading…
Cancel
Save