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, Aug 22, 8:59 PM
Unknown Object (File)
Sat, Aug 22, 8:58 PM
Unknown Object (File)
Aug 6 2026, 10:51 PM
Unknown Object (File)
Aug 4 2026, 2:31 AM
Unknown Object (File)
Aug 4 2026, 1:56 AM
Unknown Object (File)
Aug 3 2026, 6:32 AM
Unknown Object (File)
Jul 21 2026, 2:35 AM
Unknown Object (File)
Jul 10 2026, 7:27 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