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
F113882396: D38215.diff
Sat, Apr 5, 1:15 AM
Unknown Object (File)
Sun, Mar 9, 3:38 AM
Unknown Object (File)
Mar 2 2025, 4:58 AM
Unknown Object (File)
Feb 28 2025, 12:29 PM
Unknown Object (File)
Feb 28 2025, 12:21 AM
Unknown Object (File)
Feb 25 2025, 2:25 PM
Unknown Object (File)
Feb 22 2025, 2:19 PM
Unknown Object (File)
Feb 22 2025, 2:19 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 49252
Build 46142: arc lint + arc unit

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