Skip to content

Commit 92cd437

Browse files
committed
compilation fixes and minor warnings (MSVC)
1 parent ef58e1e commit 92cd437

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bmserial.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For more information please visit: http://bitmagic.io
4747
#include "encoding.h"
4848
#include "bmfunc.h"
4949
#include "bmtrans.h"
50-
#include "bmalgo_impl.h"
50+
#include "bmalgo.h"
5151
#include "bmutil.h"
5252
#include "bmbuffer.h"
5353
#include "bmdef.h"
@@ -3036,7 +3036,7 @@ size_t deserializer<BV, DEC>::deserialize(bvector_type& bv,
30363036
#else
30373037
BM_THROW(BM_ERR_SERIALFORMAT);
30383038
#endif
3039-
i = bm::set_total_blocks;
3039+
//i = bm::set_total_blocks;
30403040
#endif
30413041
break;
30423042
case set_block_aone:
@@ -4845,7 +4845,7 @@ operation_deserializer<BV>::deserialize(bvector_type& bv,
48454845
BM_THROW(BM_ERR_SERIALFORMAT);
48464846
#endif
48474847
};
4848-
return 0;
4848+
//return 0;
48494849
}
48504850

48514851
template<class BV>

0 commit comments

Comments
 (0)