File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ include /usr/share/dpkg/default.mk
1313# there are solutions ready.
1414DEB_CFLAGS_MAINT_APPEND = -MMD -Wall $(shell dpkg-buildflags --get CPPFLAGS) -Wno-error=array-bounds $(warning WARNING: Building with -Wno-error=array-bounds) \
1515 -Wno-deprecated-declarations $(warning WARNING: Building with -Wno-deprecated-declarations) \
16- -Wno-use-after-free $(warning WARNING: Building with -Wno-use-after-free) \
17- -Wno-discarded-qualifiers $(warning WARNING: Building with -Wno-discarded-qualifiers)
16+ -Wno-use-after-free $(warning WARNING: Building with -Wno-use-after-free) \
17+ -Wno-discarded-qualifiers $(warning WARNING: Building with -Wno-discarded-qualifiers)
1818DEB_CXXFLAGS_MAINT_APPEND = $(shell dpkg-buildflags --get CPPFLAGS)
1919DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
2020export DEB_CFLAGS_MAINT_APPEND DEB_CXXFLAGS_MAINT_APPEND DEB_LDFLAGS_MAINT_APPEND
You can’t perform that action at this time.
0 commit comments