We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7e5fb5 + 4bb1bf0 commit 5c11eb7Copy full SHA for 5c11eb7
src/util/sharing_node.h
@@ -43,7 +43,7 @@ Author: Daniel Poetzl
43
#define SN_ASSERT_USE(v, b) SN_ASSERT(b)
44
#else
45
#define SN_ASSERT(b)
46
-#define SN_ASSERT_USE(v, b) v = v;
+#define SN_ASSERT_USE(v, b) static_cast<void>(v);
47
#endif
48
49
// clang-format off
0 commit comments