summarylogtreecommitdiffstats
path: root/004-drop-Wno-format.patch
diff options
context:
space:
mode:
authorlilac2023-07-24 04:23:35 +0800
committerlilac2023-07-24 04:23:35 +0800
commitc2cd9ddd99a7656ba992ef40728258b964d41766 (patch)
treec6788af7867915df24908b9a9c8982291b7434cc /004-drop-Wno-format.patch
parentdce847a2848a75de85da9c3cec5ca79b3479a752 (diff)
downloadaur-c2cd9ddd99a7656ba992ef40728258b964d41766.tar.gz
[lilac] updated to 100670-2
Diffstat (limited to '004-drop-Wno-format.patch')
-rw-r--r--004-drop-Wno-format.patch20
1 files changed, 9 insertions, 11 deletions
diff --git a/004-drop-Wno-format.patch b/004-drop-Wno-format.patch
index 1b9ec8f0aa6d..d8f7e22e51f0 100644
--- a/004-drop-Wno-format.patch
+++ b/004-drop-Wno-format.patch
@@ -26,17 +26,15 @@ index ddd1fc1e..0614d90c 100644
-Wno-all -Wno-shadow -Wno-empty-body -Wno-unused-parameter -Wno-unused-variable \
diff --git a/src/VBox/Devices/Makefile.kmk b/src/VBox/Devices/Makefile.kmk
index a17e655f..fe905681 100644
---- a/src/VBox/Devices/Makefile.kmk
-+++ b/src/VBox/Devices/Makefile.kmk
-@@ -837,7 +837,7 @@ if !defined(VBOX_ONLY_EXTPACKS) && "$(intersects $(KBUILD_TARGET_ARCH),$(VBOX_SU
- ifeq ($(KBUILD_TARGET),win)
- $(file)_CFLAGS = -wd4018
- else
-- $(file)_CFLAGS += -Wno-sign-compare -Wno-format -Wno-bad-function-cast
-+ $(file)_CFLAGS += -Wno-sign-compare -Wno-bad-function-cast
- endif
- endef
-
+@@ -853,7 +853,7 @@ if !defined(VBOX_ONLY_EXTPACKS) && "$(in
+ ifeq ($(KBUILD_TARGET),win)
+ $(file)_CFLAGS = -wd4018
+ else
+- $(file)_CFLAGS += -Wno-sign-compare -Wno-format -Wno-bad-function-cast
++ $(file)_CFLAGS += -Wno-sign-compare -Wno-bad-function-cast
+ endif
+ endef
+
diff --git a/src/VBox/Devices/PC/ipxe/Makefile.kmk b/src/VBox/Devices/PC/ipxe/Makefile.kmk
index 7f5b4c5a..33705fe7 100644
--- a/src/VBox/Devices/PC/ipxe/Makefile.kmk