Skip to content

Commit e489bc2

Browse files
committed
These diagnostics have all been fixed!
1 parent 6a098a0 commit e489bc2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Makefile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,6 @@ install: install-software install-docs
2525

2626
install-software: install-kernel-dep install-kernel-indep install-menu
2727

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-
4028
ifeq ($(origin KERNELRELEASE), undefined)
4129
MAKEFLAGS += --warn-undefined-variables
4230
endif

0 commit comments

Comments
 (0)