We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a098a0 commit e489bc2Copy full SHA for e489bc2
src/Makefile
@@ -25,18 +25,6 @@ install: install-software install-docs
25
26
install-software: install-kernel-dep install-kernel-indep install-menu
27
28
-
29
-# buster gcc (Debian 8.3.0-6) emits many warnings
30
-# use at your own risk
31
-ifeq ($(origin SUPPRESS_WARNINGS), undefined)
32
-else
33
- QUIETFLAGS ?=
34
- QUIETFLAGS += -Wno-unused-label
35
- QUIETFLAGS += -Wno-format-overflow
36
- CXXQUIETFLAGS := $(QUIETFLAGS)
37
- CXXQUIETFLAGS += -Wno-catch-value
38
-endif
39
40
ifeq ($(origin KERNELRELEASE), undefined)
41
MAKEFLAGS += --warn-undefined-variables
42
endif
0 commit comments