We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f470454 commit 8627996Copy full SHA for 8627996
1 file changed
src/binding/python/ChunkInfo.cpp
@@ -62,7 +62,7 @@ void init_Chunk(py::module &m) {
62
63
using namespace chunk_assignment;
64
65
- py::class_< PartialStrategy >( m, "PartialStrategy" );
+ (void) py::class_< PartialStrategy >( m, "PartialStrategy" );
66
67
py::class_< Strategy >( m, "Strategy" )
68
.def(
0 commit comments