We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595fca7 commit 70524c3Copy full SHA for 70524c3
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