Files
tracy/public
Dery Almas 458d9ee89e Fix shadow error suppression on GCC
It looks like the actual macro defined by GCC is `__GNUC__`.

From my testing, `__GNU__` does not seem to be defined neither on my
musl machine nor a Fedora Linux VM. I have no idea if it's a typo or set
by specific libraries, but testing for `__GNUC__` actually suppresses
shadowing errors on my end.
2025-11-15 20:07:11 +01:00
..
2025-11-11 16:31:54 +01:00
2025-11-15 20:07:11 +01:00
2025-01-05 23:21:12 +01:00