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)
Feb 22 2024, 6:16 PM
Unknown Object (File)
Jan 13 2024, 5:19 AM
Unknown Object (File)
Dec 23 2023, 2:14 AM
Unknown Object (File)
Nov 17 2023, 7:44 PM
Unknown Object (File)
Oct 16 2023, 8:45 PM
Unknown Object (File)
Sep 19 2023, 1:34 AM
Unknown Object (File)
Sep 3 2023, 4:07 PM
Unknown Object (File)
Jun 28 2023, 1:59 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