Hi all,

I have to set -Wno-redundant-decls in my bsd.kmod.mk build because otherwise I get errors such as those attached. Is there a systematic way to fix them, or will they need to be handled on a case-by-case basis?

The motif
file a:
% #ifndef osirx_AssertMine
% extern void osirx_AssertMine(afs_kmutex_t * lockaddr, char *msg);
% #endif
file b:
% #undef osirx_AssertMine
% extern void osirx_AssertMine(afs_kmutex_t * lockaddr, char *msg);
is perhaps not uncommon.

Thanks,

Ben

Attachment: build.log
Description: Binary data

Reply via email to