diff options
Diffstat (limited to '')
-rw-r--r-- | include/assert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/assert.h b/include/assert.h index 838a9bf..dad6042 100644 --- a/include/assert.h +++ b/include/assert.h @@ -88,7 +88,7 @@ * @param func The function in the source code whence the assertion was made */ void __assert_fail(const char*, int, const char*, int, const char*) - __noreturn __GCC_ONLY(__attribute__((nonnull(3, 4, 5)))); + __GCC_ONLY(__attribute__((nonnull(3, 5)))) __noreturn; |