Skip to content
Snippets Groups Projects
Commit d9d97969 authored by Gaël PORTAY's avatar Gaël PORTAY
Browse files

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
1809f741.
parent 897da4ee
Branches
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment