diff --git a/include/mcl/fp.hpp b/include/mcl/fp.hpp index a587606..4b4db6d 100644 --- a/include/mcl/fp.hpp +++ b/include/mcl/fp.hpp @@ -262,7 +262,7 @@ public: } void getStr(std::string& str, int ioMode = 0) const { - fp::Block b = {}; // disable warning of vc + fp::Block b; const size_t n = getByteSize(); const Unit *p = v_; if (!(ioMode & IoArrayRaw)) {