Hi all, So this is just happening (cleaned up my own issue) because I use: -Werror=redundant-decl and it's complaining about these two for example: https://github.com/zeromq/czmq/blob/master/include/zclock.h#L63 Fine on clang, not with gcc. Strange!