Page MenuHomeFreeBSD

makefs cd9660: Unexpand a few TAILQ macros
ClosedPublic

Authored by jhb on Nov 13 2023, 10:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 24, 5:54 PM
Unknown Object (File)
Fri, Jan 24, 5:08 PM
Unknown Object (File)
Fri, Jan 24, 12:08 AM
Unknown Object (File)
Thu, Jan 23, 6:37 PM
Unknown Object (File)
Jan 10 2025, 12:38 PM
Unknown Object (File)
Jan 10 2025, 12:35 PM
Unknown Object (File)
Jan 10 2025, 7:57 AM
Unknown Object (File)
Dec 22 2024, 5:46 AM
Subscribers

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Nov 14 2023, 12:21 AM

What's the reason for this (or, how does it relate to GCC13)?

What's the reason for this (or, how does it relate to GCC13)?

Hmm, it is only tangentially related. The next commit quiets a false positive warning this code raised, but I noticed the direct tqh_first use while investigating that warning.

Hmm, it is only tangentially related.

Ah, OK. I was wondering if the list/queue macros somehow tripped a GCC13 warning and something was done in the macros themselves to suppress the warning.

This revision was automatically updated to reflect the committed changes.