[CI][linux-kernel] Enable -Wunused-const-variable and -Wunused-but-set-variable

This commit is contained in:
Nick Terrell
2020-09-23 12:59:57 -07:00
parent dec7fb03ec
commit a70fa342f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ import: libzstd
.PHONY: test
test: libzstd
$(MAKE) -C test run-test CFLAGS="-O3" -j
$(MAKE) -C test run-test CFLAGS="-O3 $(CFLAGS)" -j
.PHONY: clean
clean: