f0152c8c2c
As part of this upgrade, don't abort on compiler warnings, e.g.: ``` > clang -Wall -Werror -O3 -Wno-unused-function -I./lib -c -o lib/zopfli/squeeze.o lib/zopfli/squeeze.c > lib/zopfli/squeeze.c:341:10: error: variable 'total_length_test' set but not used [-Werror,-Wunused-but-set-variable] > size_t total_length_test = 0; > ^ > 1 error generated. > make: *** [<builtin>: lib/zopfli/squeeze.o] Error 1 ``` |
||
---|---|---|
.. | ||
default.nix |