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)
Tue, Nov 12, 2:20 PM
Unknown Object (File)
Sun, Nov 3, 5:36 PM
Unknown Object (File)
Sep 24 2024, 7:36 PM
Unknown Object (File)
Sep 24 2024, 4:38 AM
Unknown Object (File)
Sep 23 2024, 1:03 PM
Unknown Object (File)
Sep 20 2024, 5:26 PM
Unknown Object (File)
Sep 20 2024, 5:24 AM
Unknown Object (File)
Sep 19 2024, 11:29 AM
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