Page MenuHomeFreeBSD

Remove check for __CC_SUPPORTS___FUNC__.
ClosedPublic

Authored by jhb on Apr 6 2022, 2:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 14, 3:38 PM
Unknown Object (File)
Mon, Mar 2, 6:22 AM
Unknown Object (File)
Mon, Mar 2, 12:41 AM
Unknown Object (File)
Sat, Feb 28, 12:00 PM
Unknown Object (File)
Fri, Feb 27, 6:16 PM
Unknown Object (File)
Thu, Feb 26, 1:15 AM
Unknown Object (File)
Sat, Feb 21, 7:46 AM
Unknown Object (File)
Fri, Feb 20, 6:38 PM
Subscribers

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45026
Build 41914: arc lint + arc unit

Event Timeline

My work didn't progress as far as this, but I can't see this causing any problems at all.

This revision is now accepted and ready to land.Apr 6 2022, 2:35 PM

__func__ is part of C99 ...

... and by default we have sys/conf/kern.mk:CSTD= c99

This revision was automatically updated to reflect the committed changes.