On 2012-06-06 18:51, Sevan / Venture37 wrote: > Worked a treat, now it barfs on libelf ... > /usr/src/lib/libelf/elf_scn.c:198:41: error: equality comparison with > extraneous parentheses [-Werror,-Wparentheses-equality] > if (((&e->e_u.e_elf.e_scn)->stqh_first == ((void *)0))) { > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ > /usr/src/lib/libelf/elf_scn.c:198:41: note: remove extraneous > parentheses around the comparison to silence this warning
This is a lot harder to fix, and has limited usefulness, so I suggest you build with NO_WERROR for now. _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"