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.
2 parents e8afa13 + 596e9a6 commit c28a849Copy full SHA for c28a849
src/headers/tomcrypt_argchk.h
@@ -15,7 +15,7 @@
15
16
#include <signal.h>
17
18
-void crypt_argchk(const char *v, const char *s, int d) LTC_NORETURN;
+LTC_NORETURN void crypt_argchk(const char *v, const char *s, int d);
19
#define LTC_ARGCHK(x) do { if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); } }while(0)
20
#define LTC_ARGCHKVD(x) do { if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); } }while(0)
21
0 commit comments