Closed alex-tee closed 6 months ago
Offending line: https://github.com/zrythm/zrythm/blob/4cd9919408759405743e9cf0d9f1bd085d31f430/src/dsp/port_identifier.cpp#L156
Macro definition: https://github.com/zrythm/zrythm/blob/4cd9919408759405743e9cf0d9f1bd085d31f430/inc/utils/types.h#L209
I also tried to make it ignore -Wshadow
unsuccessfully... https://github.com/zrythm/zrythm/blob/4cd9919408759405743e9cf0d9f1bd085d31f430/inc/utils/types.h#L19
fix in master
I got the following error (with
-Werror=shadow
) when building with GCC 13.2.1 on Arch Linux. Seems to be completely inside magic_enum and not my code.