X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FDevicePath%2FGNUmakefile;fp=BaseTools%2FSource%2FC%2FDevicePath%2FGNUmakefile;h=b05d2bddfa68c977dadcb50545095f5da26c94db;hp=7ca08af9662d50a43745547329bb7dc5613d4356;hb=22130dcd98b4d4b76ac8d922adb4a2dbc86fa52c;hpb=85021f8cf22d1bd4114803c6c610dea5ef0059f1 diff --git a/BaseTools/Source/C/DevicePath/GNUmakefile b/BaseTools/Source/C/DevicePath/GNUmakefile index 7ca08af966..b05d2bddfa 100644 --- a/BaseTools/Source/C/DevicePath/GNUmakefile +++ b/BaseTools/Source/C/DevicePath/GNUmakefile @@ -13,6 +13,9 @@ OBJECTS = DevicePath.o UefiDevicePathLib.o DevicePathFromText.o DevicePathUtili include $(MAKEROOT)/Makefiles/app.makefile +# gcc 12 trips over device path handling +BUILD_CFLAGS += -Wno-error=stringop-overflow + LIBS = -lCommon ifeq ($(CYGWIN), CYGWIN) LIBS += -L/lib/e2fsprogs -luuid