Message ID | 20250202125557.C1142F8049C@alsa1.perex.cz (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Compilation failure with Clang-21 due to macro conflicts | expand |
--- a/include/asoundlib-head.h +++ b/include/asoundlib-head.h @@ -28,6 +28,11 @@ #ifndef __ASOUNDLIB_H #define __ASOUNDLIB_H +#undef note_on +#undef note_off +#undef control_change +#undef set_tempo + #include <unistd.h> #include <stdio.h> #include <stdlib.h>