mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 16:39:03 +00:00
Add __attribute__((noreturn)) to netutil_fatal.
This commit is contained in:
@@ -157,9 +157,6 @@ int netutil_fatal(const char *str, ...){
|
||||
va_end(list);
|
||||
|
||||
exit(EXIT_FAILURE);
|
||||
|
||||
return 0;
|
||||
|
||||
} /* End of fatal() */
|
||||
|
||||
/** Print error messages to stderr and then return. A newline
|
||||
|
||||
Reference in New Issue
Block a user