From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=dandan.bi@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 547E5210C1B87 for ; Sun, 29 Jul 2018 19:27:24 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jul 2018 19:27:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,421,1526367600"; d="scan'208";a="68512530" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by FMSMGA003.fm.intel.com with ESMTP; 29 Jul 2018 19:27:22 -0700 From: Dandan Bi To: edk2-devel@lists.01.org Cc: Alexei Fedorov , Ruiyu Ni , Jaben Carsey Date: Mon, 30 Jul 2018 10:26:59 +0800 Message-Id: <20180730022703.101708-1-dandan.bi@intel.com> X-Mailer: git-send-email 2.14.3.windows.1 Subject: [patch 0/4] ShellPkg/UefiShellAcpiViewCommandLib: Fix build issues X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2018 02:27:24 -0000 Fix VS and GCC build failure issues cc: Alexei Fedorov cc: Ruiyu Ni cc: Jaben Carsey Dandan Bi (4): ShellPkg/UefiShellAcpiViewCommandLib: Fix VS2012 build failure ShellPkg/UefiShellAcpiViewCommandLib: Fix VS2012 build failure ShellPkg/UefiShellAcpiViewCommandLib: Fix VS build failure ShellPkg/UefiShellAcpiViewCommandLib: Fix GCC build failure ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.c | 4 ++-- .../UefiShellAcpiViewCommandLib/Parsers/Dbg2/Dbg2Parser.c | 2 +- .../UefiShellAcpiViewCommandLib/Parsers/Gtdt/GtdtParser.c | 6 +++--- .../UefiShellAcpiViewCommandLib/Parsers/Madt/MadtParser.c | 6 +++--- .../UefiShellAcpiViewCommandLib/Parsers/Slit/SlitParser.c | 4 ++-- .../UefiShellAcpiViewCommandLib/Parsers/Srat/SratParser.c | 2 ++ .../UefiShellAcpiViewCommandLib/Parsers/Xsdt/XsdtParser.c | 12 ++++++------ .../UefiShellAcpiViewCommandLib.c | 1 + 8 files changed, 20 insertions(+), 17 deletions(-) -- 2.14.3.windows.1