]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
Revert r280449;
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 1 Apr 2015 16:17:58 +0000 (16:17 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 1 Apr 2015 16:17:58 +0000 (16:17 +0000)
commit4d0c1f49819598631ba67153ad0344fa474525d2
tree16aef8d740a50839c577e395730b1462b80e783d
parent964e13adfccd10b7ed703cbd66ea34bec9844600
Revert r280449;
Permit multiple arguments for the nonnull attribute.

For the benefit of anyone that may be struggling to port
FreeBSD to gcc 2.8 (or older) avoid using variadic macros.

MFC r280700 (partial);

Bring new attribute:
__result_use_check
Causes a warning to be emitted if a caller of the function
with this attribute does not use its return value. This is
known in gcc as "warn_unused_result" but we considered the
original naming unsuitable for an attribute.

git-svn-id: svn://svn.freebsd.org/base/stable/10@280958 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/sys/cdefs.h