diff options
Diffstat (limited to 'src/lib/utils/assert.h')
-rw-r--r-- | src/lib/utils/assert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/assert.h b/src/lib/utils/assert.h index 97924174e..8dc9f2b99 100644 --- a/src/lib/utils/assert.h +++ b/src/lib/utils/assert.h @@ -19,7 +19,7 @@ void BOTAN_DLL assertion_failure(const char* expr_str, const char* assertion_made, const char* func, const char* file, - int line); + int line) BOTAN_NORETURN; /** * Make an assertion |