summaryrefslogtreecommitdiff
path: root/funcattrs.h
Commit message (Expand)AuthorAgeFilesLines
* Fail if nd_push_buffer() or nd_push_snaplen() fails.Guy Harris2022-04-011-0/+13
* Consistenly use "XYZZY compiler M.N and later". [skip ci]Guy Harris2021-08-111-2/+3
* Get rid of duplicate definition of __has_attribute.Guy Harris2021-08-111-18/+0
* Fix a comment. [skip ci]Guy Harris2021-08-111-1/+2
* Define PRINTFLIKE_FUNCPTR() exactly for XL C. [skip appveyor]Denis Ovsienko2021-08-031-9/+20
* Address some issues with XL C on Linux/POWER9.Denis Ovsienko2021-07-271-1/+5
* Use more HTTPS in URLsFrancois-Xavier Le Bail2019-08-191-1/+1
* Remove more old-compiler compensation.Guy Harris2019-08-081-6/+2
* Don't test for __attribute__ in the configure script.Guy Harris2018-01-211-7/+9
* MSVC doesn't allow __declspec(noreturn) to be applied to function pointers.Guy Harris2017-09-061-1/+3
* Sun C/Oracle Studio doesn't let you declare a function pointer "noreturn", ei...Guy Harris2017-08-191-1/+4
* Handle attributes for function pointers by checking the compiler version.Guy Harris2017-08-191-0/+23
* Suppress UBSan warnings from EXTRACT_.Guy Harris2017-08-181-0/+122