From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id AD8FE21E87985 for ; Sun, 10 Sep 2017 22:42:24 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP; 10 Sep 2017 22:45:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,376,1500966000"; d="scan'208";a="133919211" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by orsmga002.jf.intel.com with ESMTP; 10 Sep 2017 22:45:19 -0700 From: Dandan Bi To: edk2-devel@lists.01.org Date: Mon, 11 Sep 2017 13:44:37 +0800 Message-Id: <1505108680-375928-1-git-send-email-dandan.bi@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [patch 0/3] MdeModulePkg/Udf: Fix VS tool chain build failures X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Sep 2017 05:42:24 -0000 Dandan Bi (3): MdeModulePkg/PartitionDxe: Don't use non-constant expression in array initialization MdeModulePkg/UdfDxe: Don't use non-constant expression in array initialization MdeModulePkg/UdfDxe: Add type cast to fix build failure in VS tools MdeModulePkg/Universal/Disk/PartitionDxe/Udf.c | 93 +++++++++++++---- .../Universal/Disk/UdfDxe/FileSystemOperations.c | 111 +++++++++++++++------ 2 files changed, 153 insertions(+), 51 deletions(-) -- 1.9.5.msysgit.1