Page MenuHomeFreeBSD

<sys/cdefs.h>: Decay expression passed to fallback version of __generic()
ClosedPublic

Authored by jhb on Jan 26 2023, 9:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 6, 11:22 PM
Unknown Object (File)
Mon, Jul 1, 10:45 PM
Unknown Object (File)
Sun, Jun 30, 8:17 PM
Unknown Object (File)
Sat, Jun 29, 2:48 AM
Unknown Object (File)
Fri, Jun 28, 9:45 PM
Unknown Object (File)
Jun 26 2024, 7:09 PM
Unknown Object (File)
Jun 26 2024, 3:27 PM
Unknown Object (File)
Jun 26 2024, 2:39 PM
Subscribers

Details

Summary

This ensures that __generic() more closely matches _Generic() when
using the fallback version when _Generic() is not available (such as
GCC).

Co-authored by: jrtc27

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This is the exact patch (with follow up of parens) that I sent, right (i.e. nothing for me to actually review)?

This is the exact patch (with follow up of parens) that I sent, right (i.e. nothing for me to actually review)?

Yes.

This revision is now accepted and ready to land.Jan 27 2023, 12:09 AM