QuarkPlatformPkg: Fix build errors
Fix build errors detected with GCC 4.8.4: local variable set but not used! Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
This commit is contained in:
committed by
Michael Kinney
parent
0822201906
commit
fb308fdb98
@@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
Update the _PRT and _PRW method for pci devices
|
||||
|
||||
Copyright (c) 2013-2015 Intel Corporation.
|
||||
Copyright (c) 2013-2016 Intel Corporation.
|
||||
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
@@ -261,9 +261,7 @@ SdtGetNameStringSize (
|
||||
{
|
||||
UINTN SegCount;
|
||||
UINTN Length;
|
||||
UINT8 *Name;
|
||||
|
||||
Name = Buffer;
|
||||
Length = 0;
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user