#
8fdd01b3 |
| 04-Feb-2018 |
mrg <mrg@NetBSD.org> |
fixes for GCC 6:
- -Wstrict-prototypes is not available for C++, so don't try to ignore it for C++. - remove many _DIAGASSERT() checks against not NULL for functions with arguments with nonnull
fixes for GCC 6:
- -Wstrict-prototypes is not available for C++, so don't try to ignore it for C++. - remove many _DIAGASSERT() checks against not NULL for functions with arguments with nonnull attributes. in two cases, leave code behind that should set defaults to "(null)". - use -Wno-error=frame-address for i386 mcount, as it seems valid to assume the caller will have a frame.fair
show more ...
|
#
9279f94b |
| 15-Jan-2017 |
christos <christos@NetBSD.org> |
elide strict-prototypes for unrepresentable function
|
#
d6424c53 |
| 19-Nov-2015 |
reinoud <reinoud@NetBSD.org> |
Revert
|
#
b4f51003 |
| 19-Nov-2015 |
reinoud <reinoud@NetBSD.org> |
Fix ANSI-C prototype error
|
#
0b50389a |
| 05-Nov-2011 |
joerg <joerg@NetBSD.org> |
Add __returns_twice for the attribute of the same name. This makes the attribute explicit based on the functions GCC gives it too.
|
#
4a378cff |
| 19-Mar-2009 |
uebayasi <uebayasi@NetBSD.org> |
Revert previous since it was just wrong.
|
#
fe4f9942 |
| 19-Mar-2009 |
uebayasi <uebayasi@NetBSD.org> |
void f(void (*g)()); -> void f(void (*g)(void));
|
#
ce099b40 |
| 28-Apr-2008 |
martin <martin@NetBSD.org> |
Remove clause 3 and 4 from TNF licenses
|
#
fb7df618 |
| 21-Jan-2003 |
kleink <kleink@NetBSD.org> |
Sprinkle some restrict.
|
#
c62a74e6 |
| 18-Jan-2003 |
thorpej <thorpej@NetBSD.org> |
Merge the nathanw_sa branch.
|