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)
Sun, Dec 22, 5:46 AM
Unknown Object (File)
Dec 1 2024, 1:19 AM
Unknown Object (File)
Oct 17 2024, 6:07 AM
Unknown Object (File)
Sep 24 2024, 10:58 PM
Unknown Object (File)
Sep 24 2024, 5:27 PM
Unknown Object (File)
Sep 23 2024, 7:03 PM
Unknown Object (File)
Sep 21 2024, 7:15 AM
Unknown Object (File)
Sep 17 2024, 4:00 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 54404
Build 51294: arc lint + arc unit

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.