From e15d23ca819de67c34cc6900cef7399d3459482a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Ha=CC=88user?= <8659494+mhaeuser@users.noreply.github.com> Date: Sat, 1 Apr 2023 18:31:23 +0200 Subject: [PATCH] MdeModulePkg/RegularExpressionDxe: Fix XCODE5 build --- .../Universal/RegularExpressionDxe/RegularExpressionDxe.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf index ca824dc6af..8a2aa3b35f 100644 --- a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf +++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf @@ -130,4 +130,4 @@ # Not add -Wno-error=maybe-uninitialized option for XCODE # XCODE doesn't know this option - XCODE:*_*_*_CC_FLAGS = + XCODE:*_*_*_CC_FLAGS = -Wno-deprecated-non-prototype