Re: [edk2] [PATCH] ShellPkg: Fix unhandled value in switch statement

2015-12-16 Thread Ard Biesheuvel
On 16 December 2015 at 13:08, Alcantara, Paulo wrote: > This patch fixes the following compile error under GCC 5.3.1: > > /home/pcacjr/work/edk2.git/ShellPkg/Application/Shell/ShellManParser.c: > In function 'IsTitleHeader': >

[edk2] [PATCH] ShellPkg: Fix unhandled value in switch statement

2015-12-16 Thread Alcantara, Paulo
This patch fixes the following compile error under GCC 5.3.1: /home/pcacjr/work/edk2.git/ShellPkg/Application/Shell/ShellManParser.c: In function 'IsTitleHeader': /home/pcacjr/work/edk2.git/ShellPkg/Application/Shell/ShellManParser.c:502:5: error: enumeration value 'Final' not handled in switch

Re: [edk2] [PATCH] ShellPkg: Fix unhandled value in switch statement

2015-12-16 Thread Carsey, Jaben
g; Carsey, Jaben <jaben.car...@intel.com>; Qiu, > Shumin <shumin@intel.com> > Subject: Re: [edk2] [PATCH] ShellPkg: Fix unhandled value in switch statement > Importance: High > > On 16 December 2015 at 13:08, Alcantara, Paulo > <paulo.alc.cavalca...@hp.com> wr

Re: [edk2] [PATCH] ShellPkg: Fix unhandled value in switch statement

2015-12-16 Thread Ard Biesheuvel
t: Wednesday, December 16, 2015 5:30 AM >> To: Alcantara, Paulo <paulo.alc.cavalca...@hp.com> >> Cc: edk2-devel@lists.01.org; Carsey, Jaben <jaben.car...@intel.com>; Qiu, >> Shumin <shumin....@intel.com> >> Subject: Re: [edk2] [PATCH] ShellPkg: Fix unhandled