On 01-05-2020 16:26, Tom de Vries wrote: > Fix the warning by compiling with -Wno-attribute-alias. I ran into this with clang: ... warning: unknown warning option '-Wno-attribute-alias'; did you mean^M '-Wno-attributes'? [-Wunknown-warning-option]^M ... So, I've limited the fix to when gcc is used. Committed. Thanks, - Tom