Nmap Development mailing list archives

Re: [nmap-svn] r33802 - in nmap: libnetutil nbase ncat nsock/src


From: Henri Doreau <henri.doreau () gmail com>
Date: Wed, 12 Nov 2014 23:45:48 +0100

2014-11-12 14:29 GMT+01:00  <commit-mailer () nmap org>:
Author: dmiller
Date: Wed Nov 12 13:29:40 2014
New Revision: 33802

Log:
Let MSVC know about noreturn attribute to help with code analysis


Hi Dan,

Thanks for this work. What about defining a global, portable
__noreturn macro which would evaluate to either __declspec(noreturn)
or  __attribute__ ((noreturn)) according to the build platform?

Regards

Henri
_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: