12c1acde76
As of gcc-4.6 the option -Wunused-but-set-variable is enabled by default. While this is a useful warning there are numerous places in the ZFS code when a variable is set and then only checked in an ASSERT(). To avoid having to update every instance of this in the code we now set -Wno-unused-but-set-variable to suppress the warning. Additionally, when building with --enable-debug and -Werror set these warning also become fatal. We can reevaluate the suppression of these error at a later time if it becomes an issue. For now we are basically just reverting to the previous gcc behavior. |
||
---|---|---|
.. | ||
Makefile.am | ||
Makefile.in | ||
uu_alloc.c | ||
uu_avl.c | ||
uu_dprintf.c | ||
uu_ident.c | ||
uu_list.c | ||
uu_misc.c | ||
uu_open.c | ||
uu_pname.c | ||
uu_string.c | ||
uu_strtoint.c |