Reviewed-by: Jaben Carsey <[email protected]>

> -----Original Message-----
> From: Ard Biesheuvel [mailto:[email protected]]
> Sent: Monday, July 13, 2015 12:49 PM
> To: Kinney, Michael D; Gao, Liming; Tian, Feng; edk2-
> [email protected]
> Subject: [edk2] [PATCH 2/2] MdeModulePkg/DxePrintLibPrint2Protocol:
> make mStatusString array CONST
> 
> Change the type of mStatusString[] to reflect that it is a CONST
> array of pointers to CONST.
> 
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Ard Biesheuvel <[email protected]>
> ---
>  MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c
> b/MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c
> index a41f228cc2c3..4acdcb871490 100644
> --- a/MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c
> +++ b/MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c
> @@ -1081,7 +1081,7 @@ InternalPrintLibSPrint (
>  #define WARNING_STATUS_NUMBER         5
>  #define ERROR_STATUS_NUMBER           33
> 
> -GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8 *mStatusString[] = {
> +GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8 * CONST
> mStatusString[] = {
>    "Success",                      //  RETURN_SUCCESS                = 0
>    "Warning Unknown Glyph",        //  RETURN_WARN_UNKNOWN_GLYPH     =
> 1
>    "Warning Delete Failure",       //  RETURN_WARN_DELETE_FAILURE    = 2
> --
> 1.9.1
> 
> 
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
> _______________________________________________
> edk2-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/edk2-devel

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to