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 c1620c8 commit a46773aCopy full SHA for a46773a
src/util.h
@@ -58,10 +58,7 @@ static SECP256K1_INLINE void secp256k1_callback_call(const secp256k1_callback *
58
#endif
59
60
/* Like assert(), but when VERIFY is defined, and side-effect safe. */
61
-#if defined(COVERAGE)
62
-#define VERIFY_CHECK(check)
63
-#define VERIFY_SETUP(stmt)
64
-#elif defined(VERIFY)
+#if defined(VERIFY)
65
#define VERIFY_CHECK CHECK
66
#define VERIFY_SETUP(stmt) do { stmt; } while(0)
67
#else
0 commit comments