dropbear/libtomcrypt/src/misc
Gaël PORTAY d9d97969a3 Uses abort() instead of raising a SIGABRT signal [-Werror]
error: ‘noreturn’ function does return [-Werror]

abort() is a noreturn function while raise() is not.

And because crypt_argchk() is flagged as __attribute__(noreturn), abort()
appears to be a better condidate.

This compilation warning has probably been introduced by commit
1809f741cb.
2015-05-05 20:30:49 +02:00
..
base64
crypt Uses abort() instead of raising a SIGABRT signal [-Werror] 2015-05-05 20:30:49 +02:00
pkcs5
burn_stack.c
error_to_string.c
zeromem.c