+2024-06-09 Niels Möller <nisse@lysator.liu.se>
+
+ * ecc-internal.h (assert_maybe) [!WITH_EXTRA_ASSERTS]: Cast to
+ void, to avoid warnings.
+
2024-06-05 Niels Möller <nisse@lysator.liu.se>
* config.guess: Update to 2024-01-01 version.
only by ECC code. */
#if WITH_EXTRA_ASSERTS
# define assert_maybe(x) assert(x)
-#elif defined(__clang_analyzer__)
-# define assert_maybe(x) ((void)(x))
#else
-# define assert_maybe(x)
+# define assert_maybe(x) ((void)(x))
#endif
extern const struct ecc_curve _nettle_secp_192r1;