Jump to content

Build_Clover.command, another Script to build standard Clover (or customized)


Micky1979
2,126 posts in this topic

Recommended Posts

Great work Micky1979

 

Thank

--no-usb = -D DISABLE_USB_SUPPORT?

 

Yes.

 

One thing… should have a BACK option in CHOICE menu

 

.... it would be possible but for a script... just re-run it if you chose an unwanted option? 

  • Like 1
Link to comment
Share on other sites

Build_clover3.7

 

If I perform the update, there are some features (problem performing cleaning).

 

 

Building ... /Users/droplets/src/edk2/MdePkg/Library/BaseLib/BaseLib.inf [X64]
make: *** No rule to make target `/Users/droplets/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/DEBUG/AutoGen.h', needed by `/Users/droplets/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT/PcdLib.obj'.  Stop.
build.py...
 : error 7000: Failed to execute command
	make tbuild [/Users/droplets/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull]
Building ... /Users/droplets/src/edk2/MdePkg/Library/BasePrintLib/BasePrintLib.inf [X64]
build.py...
 : error 7000: Failed to execute command
	make tbuild [/Users/droplets/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull] 

 

 

 

If I am doing a new compilation, then all is well.

Ubuntu-16.04.1 - is unchanged.

Update3751_2_3.txt

NewCompile.zip

 

 

post-617057-0-56498100-1473957475_thumb.jpg

 

 

Link to comment
Share on other sites

Hi droples, I've updated edk2 to r22628, Slice already do that 2 days ago (philip_petev war me also... but I don't mind :P ). So the script clean BaseTools when this happen to be rebuilted by ebuild.sh atomatically. But off course you have to call option 6) to force rebuild when this happen. In the mean time I added the FORCEREBUILD flag to do that automaticcally:

            if [ $rev -ne $oldRev ]; then
                    printHeader "cleaning all because BaseTools mismatch r${EDK2_REV} just synced:"
                    make clean
                    cd "${DIR_MAIN}/edk2/Clover" && ./ebuild.sh clean
                    cd "${DIR_MAIN}/edk2/Clover/CloverPackage" && make clean
                    FORCEREBUILD="-fr"
            fi 

but if you call option "2) update Clover only (no building)" this does nothing because ebuild.sh will not be called to rebuild makefiles and anyway you need to call option 6)  once.

 

Thanks for test in Ubuntu, so also you have problem syncing with Clover (  :wallbash: ). Was svn (subversion) already installed or was installed by Build_Clover.command?


EDIT

 

well, this does not happen with edk2, and now I realize that the commad is a little different.. let me test something..

Link to comment
Share on other sites

Hi Mickey

 

What i don't understand are,  

1. What is FORCEBUILD? what does it force to build? (sorry, can't read codes)

2. If I am on Xcode 7.3.1. should it be using LTO by default or no?

 

Can you enlighten me

1) old behavior compiling Clover until 3713, now is faster (option 5). In case of error use option 6.

2) is automatically disabled if Xcode is older than your.

  • Like 1
Link to comment
Share on other sites

Build_Clover-3.8.

There is a change,but the system Ubuntu Studio 16.04.After 30 min ,perfom a new installation Ubuntu 16.04.1 and check everything out there.

 

 

 

===============================================================================
Select the desired architecture
                          <----------------------------------------------------
	 1) Standard with both ia32 and x64
	 2) x64 only
	 3) ia32 only
2
===============================================================================
Running from: Linux
                          <----------------------------------------------------
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.3.1-14ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2) 
===============================================================================

                          <----------------------------------------------------

===============================================================================
Updating edk2
                          <----------------------------------------------------
checking..available, continuing..
D         edksetup.sh
Checked out revision 22628.

edksetup.sh:
checking..available, continuing..
Updating 'edksetup.sh':
A    edksetup.sh
Updated to revision 22628.
BaseTools:
checking..available, continuing..
Updating '.':

Fetching external item into 'Bin/Win32':
External at revision 188.

At revision 22628.
MdePkg:
checking..available, continuing..
Updating '.':
At revision 22628.
DuetPkg:
checking..available, continuing..
Updating '.':
At revision 22628.
EdkCompatibilityPkg:
checking..available, continuing..
Updating '.':
At revision 22628.
IntelFrameworkModulePkg:
checking..available, continuing..
Updating '.':
At revision 22628.
IntelFrameworkPkg:
checking..available, continuing..
Updating '.':
At revision 22628.
MdeModulePkg:
checking..available, continuing..
Updating '.':
At revision 22628.
OvmfPkg:
checking..available, continuing..
Updating '.':
At revision 22628.
PcAtChipsetPkg:
checking..available, continuing..
Updating '.':
At revision 22628.
ShellPkg:
checking..available, continuing..
Updating '.':
At revision 22628.
UefiCpuPkg:
checking..available, continuing..
Updating '.':
At revision 22628.

BaseTools before update was: r22628
now is: r22628
checking..available, continuing..

===============================================================================
Updating Clover
                          <----------------------------------------------------
Updating '.':
At revision 3755.
===============================================================================
Apply Edk2 patches
                          <----------------------------------------------------
===============================================================================
BUILDTOOL is GCC53
                          <----------------------------------------------------

===============================================================================
nasm check:
                          <----------------------------------------------------
/home/ubuntu-studio/Desktop/Build_Clover.command: line 894: curl: command not found
ubuntu-studio@ubuntu-studio:~/Desktop$ 

 

 

 

PS

@sudo apt-get install curl

 

 

[CC] AutoGen
[SLINK] CLOVERIA32
[DLINK1] CLOVERIA32
[OBJCOPY] CLOVERIA32
[GENFW] CLOVERIA32

Generating DUETEFIMAINFVIA32 FV
########################################
########################################
########################################
####################
GUID cross reference file can be found at /home/ubuntu-studio/src/edk2/Build/Clover/RELEASE_GCC53/FV/Guid.xref

FV Space Information
DUETEFIMAINFVIA32 [29%Full] 2752512 total, 820432 used, 1932080 free

- Done -
Build end time: 19:17:20, Sep.16 2016
Build total time: 00:00:48

Compressing DUETEFIMainFv.FV ...
Encoding
Compressing DxeCore.efi ...
Encoding
Compressing DxeIpl.efi ...
Encoding
Generate Loader Image ...
Created /home/ubuntu-studio/src/edk2/Build/Clover/RELEASE_GCC53/FV/Efildr32
  -> boot3
Changing byte at 0xa9 of boot3 to show 3 as init message:
1+0 records in
1+0 records out
1 byte copied, 2.3357e-05 s, 42.8 kB/s
  -> BOOTIA32.efi
  -> CLOVERIA32.efi
Copy Mandatory drivers:
  -> FSInject-32.efi
  -> FSInject-32.efi
  -> OsxFatBinaryDrv-32.efi
  -> VBoxHfs-32.efi
Copy Optional drivers:
  -> VBoxIso9600-32.efi
  -> VBoxExt2-32.efi
  -> VBoxExt4-32.efi
  -> GrubEXFAT-32.efi
  -> GrubISO9660-32.efi
  -> GrubNTFS-32.efi
  -> GrubUDF-32.efi
  -> Ps2KeyboardDxe-32.efi
  -> Ps2MouseAbsolutePointerDxe-32.efi
  -> Ps2MouseDxe-32.efi
  -> UsbMouseDxe-32.efi
  -> XhciDxe-32.efi
Copy Applications:
  -> bdmesg-32.efi
Done!

Generating BootSectors
make: Entering directory '/home/ubuntu-studio/src/edk2/Clover/BootHFS'
make: Nothing to be done for 'all'.
make: Leaving directory '/home/ubuntu-studio/src/edk2/Clover/BootHFS'
Done!

doSomething: "--run-script" option require you to add a "/home/ubuntu-studio/CloverPatches/Linux/distribution" script..

===============================================================================
build started at:
Fri Sep 16 19:14:42 OMST 2016
finished at
Fri Sep 16 19:17:21 OMST 2016

Done!
                          <----------------------------------------------------
ubuntu-studio@ubuntu-studio:~/Desktop$ 

 

 

1.Compilation was successful.!!!

2.A package is not going to.

  • Like 2
Link to comment
Share on other sites

miche option 5 ..mhmm where is revision number ?

 

 

 

 

 Build info.

 ===========

  Package name: Clover_v2.3k_r.pkg

  MD5:          90850ebf15f96abc1063275fc4188e07

  Version:      v2.3k

  Stage:        v2.3k

  Date/Time:    2016-08-12 22:17:53

  Built by:     magnifico

  Copyright     2012-2016

post-410253-0-69970400-1474031738_thumb.png

Link to comment
Share on other sites

 

Build_Clover-3.8.

There is a change,but the system Ubuntu Studio 16.04.After 30 min ,perfom a new installation Ubuntu 16.04.1 and check everything out there.

 

 

 

===============================================================================
Select the desired architecture
                          <----------------------------------------------------
	 1) Standard with both ia32 and x64
	 2) x64 only
	 3) ia32 only
2
===============================================================================
Running from: Linux
                          <----------------------------------------------------
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.3.1-14ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2) 
===============================================================================

                          <----------------------------------------------------

===============================================================================
Updating edk2
                          <----------------------------------------------------
checking..available, continuing..
D         edksetup.sh
Checked out revision 22628.

edksetup.sh:
checking..available, continuing..
Updating 'edksetup.sh':
A    edksetup.sh
Updated to revision 22628.
BaseTools:
checking..available, continuing..
Updating '.':

Fetching external item into 'Bin/Win32':
External at revision 188.

At revision 22628.
MdePkg:
checking..available, continuing..
Updating '.':
At revision 22628.
DuetPkg:
checking..available, continuing..
Updating '.':
At revision 22628.
EdkCompatibilityPkg:
checking..available, continuing..
Updating '.':
At revision 22628.
IntelFrameworkModulePkg:
checking..available, continuing..
Updating '.':
At revision 22628.
IntelFrameworkPkg:
checking..available, continuing..
Updating '.':
At revision 22628.
MdeModulePkg:
checking..available, continuing..
Updating '.':
At revision 22628.
OvmfPkg:
checking..available, continuing..
Updating '.':
At revision 22628.
PcAtChipsetPkg:
checking..available, continuing..
Updating '.':
At revision 22628.
ShellPkg:
checking..available, continuing..
Updating '.':
At revision 22628.
UefiCpuPkg:
checking..available, continuing..
Updating '.':
At revision 22628.

BaseTools before update was: r22628
now is: r22628
checking..available, continuing..

===============================================================================
Updating Clover
                          <----------------------------------------------------
Updating '.':
At revision 3755.
===============================================================================
Apply Edk2 patches
                          <----------------------------------------------------
===============================================================================
BUILDTOOL is GCC53
                          <----------------------------------------------------

===============================================================================
nasm check:
                          <----------------------------------------------------
/home/ubuntu-studio/Desktop/Build_Clover.command: line 894: curl: command not found
ubuntu-studio@ubuntu-studio:~/Desktop$ 

 

 

 

PS

@sudo apt-get install curl

 

 

[CC] AutoGen
[SLINK] CLOVERIA32
[DLINK1] CLOVERIA32
[OBJCOPY] CLOVERIA32
[GENFW] CLOVERIA32

Generating DUETEFIMAINFVIA32 FV
########################################
########################################
########################################
####################
GUID cross reference file can be found at /home/ubuntu-studio/src/edk2/Build/Clover/RELEASE_GCC53/FV/Guid.xref

FV Space Information
DUETEFIMAINFVIA32 [29%Full] 2752512 total, 820432 used, 1932080 free

- Done -
Build end time: 19:17:20, Sep.16 2016
Build total time: 00:00:48

Compressing DUETEFIMainFv.FV ...
Encoding
Compressing DxeCore.efi ...
Encoding
Compressing DxeIpl.efi ...
Encoding
Generate Loader Image ...
Created /home/ubuntu-studio/src/edk2/Build/Clover/RELEASE_GCC53/FV/Efildr32
  -> boot3
Changing byte at 0xa9 of boot3 to show 3 as init message:
1+0 records in
1+0 records out
1 byte copied, 2.3357e-05 s, 42.8 kB/s
  -> BOOTIA32.efi
  -> CLOVERIA32.efi
Copy Mandatory drivers:
  -> FSInject-32.efi
  -> FSInject-32.efi
  -> OsxFatBinaryDrv-32.efi
  -> VBoxHfs-32.efi
Copy Optional drivers:
  -> VBoxIso9600-32.efi
  -> VBoxExt2-32.efi
  -> VBoxExt4-32.efi
  -> GrubEXFAT-32.efi
  -> GrubISO9660-32.efi
  -> GrubNTFS-32.efi
  -> GrubUDF-32.efi
  -> Ps2KeyboardDxe-32.efi
  -> Ps2MouseAbsolutePointerDxe-32.efi
  -> Ps2MouseDxe-32.efi
  -> UsbMouseDxe-32.efi
  -> XhciDxe-32.efi
Copy Applications:
  -> bdmesg-32.efi
Done!

Generating BootSectors
make: Entering directory '/home/ubuntu-studio/src/edk2/Clover/BootHFS'
make: Nothing to be done for 'all'.
make: Leaving directory '/home/ubuntu-studio/src/edk2/Clover/BootHFS'
Done!

doSomething: "--run-script" option require you to add a "/home/ubuntu-studio/CloverPatches/Linux/distribution" script..

===============================================================================
build started at:
Fri Sep 16 19:14:42 OMST 2016
finished at
Fri Sep 16 19:17:21 OMST 2016

Done!
                          <----------------------------------------------------
ubuntu-studio@ubuntu-studio:~/Desktop$ 

 

 

Compilation was successful.!!!

 

Thanks, awesome!

Could you check if wget is installed?

which -a wget

...maybe can I use that for Linux if curl is not installed...

miche option 5 ..mhmm where is revision number ?

I suspect that if you select options:

6) build existing revision with FORCEREBUILD (no update, standard build) 

at least once.. revision will be there..

Link to comment
Share on other sites

Thanks, awesome!

Could you check if wget is installed?

which -a wget

...maybe can I use that for Linux if curl is not installed...

ubuntu-studio@ubuntu-studio:~/Desktop$ sudo wget --version
GNU Wget 1.17.1 built on linux-gnu.

+digest -gpgme +https +ipv6 +iri +large-file -metalink +nls +ntlm 
+opie -psl +ssl/openssl 



 
  • Like 1
Link to comment
Share on other sites

Hello, I returned from vacation
As usual, it rolls for me

 

 

Last login: Fri Sep 16 14:13:20 on console
/Users/Fljagd/Downloads/Build_Clover.command ; exit;
Mac-Pro:~ Fljagd$ /Users/Fljagd/Downloads/Build_Clover.command ; exit;





















===============================================================================
Build_Clover script v3.8 beta
<----------------------------------------------------
===============================================================================
By Micky1979 based on Slice, Zenith432, STLVNUB, JrCs, cecekpawon, Needy,
cvad, Rehabman, philip_petev

Supported OSes:macOS X, Ubuntu 16.04
<----------------------------------------------------
Please enter your choice:
1) check revision
2) update Clover only (no building)
3) update & build Clover
4) run my script on the source
5) build existing revision (no update, standard build)
6) build existing revision with FORCEREBUILD (no update, standard build)
7) build existing revision with custom macros enabled
8) info and limitations about this script
9) enter Developers mode
#? 3




===============================================================================
Select the desired architecture
<----------------------------------------------------
1) Standard with both ia32 and x64
2) x64 only
3) ia32 only
2
===============================================================================
Running from: 10.11.6
<----------------------------------------------------
===============================================================================
Xcode 7.3.1
Build version 7D1014
<----------------------------------------------------

===============================================================================
Updating edk2
<----------------------------------------------------
2016-09-16 16:59:43.008 xcodebuild[704:42243] Unable to load .strings file: CFBundle 0x7fc6c47b7ac0 (framework, loaded) / AppleSystemInfo: Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected character b at line 1" UserInfo={NSDebugDescription=Unexpected character b at line 1, kCFPropertyListOldStyleParsingError=Error Domain=NSCocoaErrorDomain Code=3840 "Conversion of string failed." UserInfo={NSDebugDescription=Conversion of string failed.}}
checking..available, continuing..
D edksetup.sh
Checked out revision 22628.

edksetup.sh:
checking..available, continuing..
Updating 'edksetup.sh':
A edksetup.sh
Updated to revision 22628.
BaseTools:
checking..available, continuing..
Updating '.':
U Conf/tools_def.template
U Scripts/GccBase.lds
U UserManuals/Trim_Utility_Man_Page.rtf
U UserManuals/VolInfo_Utility_Man_Page.rtf
U UserManuals/UtilityManPage_template.rtf
U UserManuals/LzmaCompress_Utility_Man_Page.rtf
U UserManuals/EfiRom_Utility_Man_Page.rtf
U UserManuals/PatchPcdValue_Utility_Man_Page.rtf
U UserManuals/TargetTool_Utility_Man_Page.rtf
U UserManuals/TianoCompress_Utility_Man_Page.rtf
U UserManuals/VfrCompiler_Utility_Man_Page.rtf
U UserManuals/GenPatchPcdTable_Utility_Man_Page.rtf
U UserManuals/GenVtf_Utility_Man_Page.rtf
U UserManuals/GenDepex_Utility_Man_Page.rtf
U UserManuals/Build_Utility_Man_Page.rtf
U UserManuals/GenSec_Utility_Man_Page.rtf
U UserManuals/GenFv_Utility_Man_Page.rtf
U UserManuals/GenFw_Utility_Man_Page.rtf
U UserManuals/GenCrc32_Utility_Man_Page.rtf
U UserManuals/GenFfs_Utility_Man_Page.rtf
U Source/Python/Workspace/MetaFileTable.py
U Source/Python/Workspace/WorkspaceDatabase.py
U Source/Python/build/build.py
U Source/Python/GenFds/Capsule.py
U Source/Python/GenFds/GenFds.py
U Source/Python/GenFds/FdfParser.py
U Source/Python/GenFds/GuidSection.py
U Source/Python/GenFds/CapsuleData.py
C Source/Python/Pkcs7Sign
A Source/Python/Pkcs7Sign/Pkcs7Sign.py
A Source/Python/Pkcs7Sign/TestCert.pub.pem
A Source/Python/Pkcs7Sign/TestRoot.pem
A Source/Python/Pkcs7Sign/TestRoot.pub.pem
A Source/Python/Pkcs7Sign/TestSub.pem
A Source/Python/Pkcs7Sign/TestCert.pem
A Source/Python/Pkcs7Sign/TestSub.pub.pem
U Source/Python/Rsa2048Sha256Sign/Rsa2048Sha256Sign.py
U Source/Python/Makefile
U Source/C/EfiRom/EfiRom.h
U Source/C/Common/BasePeCoff.c
U Source/C/Makefiles/header.makefile
U Source/C/Makefiles/footer.makefile
U Source/C/GenFv/GenFvInternalLib.c
U Source/C/GenFw/Elf64Convert.c
U Source/C/VfrCompile/GNUmakefile
U Source/C/VfrCompile/Pccts/antlr/makefile
U Source/C/VfrCompile/Pccts/dlg/makefile
U Source/BinaryFiles.txt

Fetching external item into 'Bin/Win32':
Updated external to revision 188.

At revision 22628.
Summary of conflicts:
Tree conflicts: 1
MdePkg:
checking..available, continuing..
Updating '.':
U Include/Uefi/UefiSpec.h
U Include/Library/BaseMemoryLib.h
U Library/PeiMemoryLib/MemLibGeneric.c
A Library/PeiMemoryLib/IsZeroBufferWrapper.c
U Library/PeiMemoryLib/MemLibGuid.c
U Library/PeiMemoryLib/PeiMemoryLib.inf
U Library/PeiMemoryLib/MemLibInternals.h
U Library/UefiMemoryLib/MemLibGeneric.c
U Library/UefiMemoryLib/UefiMemoryLib.inf
A Library/UefiMemoryLib/IsZeroBufferWrapper.c
U Library/UefiMemoryLib/MemLibGuid.c
U Library/UefiMemoryLib/MemLibInternals.h
A Library/BaseMemoryLibSse2/X64/IsZeroBuffer.nasm
A Library/BaseMemoryLibSse2/IsZeroBufferWrapper.c
A Library/BaseMemoryLibSse2/Ia32/IsZeroBuffer.nasm
U Library/BaseMemoryLibSse2/MemLibGuid.c
U Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf
U Library/BaseMemoryLibSse2/MemLibInternals.h
U Library/BaseLib/AArch64/SwitchStack.S
A Library/BaseMemoryLibOptDxe/X64/IsZeroBuffer.nasm
A Library/BaseMemoryLibOptDxe/IsZeroBufferWrapper.c
U Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
A Library/BaseMemoryLibOptDxe/Ia32/IsZeroBuffer.nasm
U Library/BaseMemoryLibOptDxe/MemLibGuid.c
U Library/BaseMemoryLibOptDxe/MemLibInternals.h
U Library/BaseMemoryLib/MemLibGeneric.c
A Library/BaseMemoryLib/IsZeroBufferWrapper.c
U Library/BaseMemoryLib/MemLibGuid.c
U Library/BaseMemoryLib/BaseMemoryLib.inf
U Library/BaseMemoryLib/MemLibInternals.h
A Library/BaseMemoryLibOptPei/X64/IsZeroBuffer.nasm
U Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
A Library/BaseMemoryLibOptPei/IsZeroBufferWrapper.c
A Library/BaseMemoryLibOptPei/Ia32/IsZeroBuffer.nasm
U Library/BaseMemoryLibOptPei/MemLibGuid.c
U Library/BaseMemoryLibOptPei/MemLibInternals.h
A Library/BaseMemoryLibRepStr/X64/IsZeroBuffer.nasm
A Library/BaseMemoryLibRepStr/IsZeroBufferWrapper.c
A Library/BaseMemoryLibRepStr/Ia32/IsZeroBuffer.nasm
U Library/BaseMemoryLibRepStr/MemLibGuid.c
U Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
U Library/BaseMemoryLibRepStr/MemLibInternals.h
A Library/BaseMemoryLibMmx/X64/IsZeroBuffer.nasm
U Library/BaseMemoryLibMmx/BaseMemoryLibMmx.inf
A Library/BaseMemoryLibMmx/IsZeroBufferWrapper.c
A Library/BaseMemoryLibMmx/Ia32/IsZeroBuffer.nasm
U Library/BaseMemoryLibMmx/MemLibGuid.c
U Library/BaseMemoryLibMmx/MemLibInternals.h
Updated to revision 22628.
DuetPkg:
checking..available, continuing..
Updating '.':
U DuetPkgIa32.dsc
U DuetPkgX64.dsc
Updated to revision 22628.
EdkCompatibilityPkg:
checking..available, continuing..
Updating '.':
At revision 22628.
IntelFrameworkModulePkg:
checking..available, continuing..
Updating '.':
U Universal/FirmwareVolume/FwVolDxe/FwVolRead.c
U Universal/DataHubDxe/DataHubDxe.inf
U Universal/DataHubDxe/DataHub.c
U Universal/DataHubDxe/DataHub.h
Updated to revision 22628.
IntelFrameworkPkg:
checking..available, continuing..
Updating '.':
At revision 22628.
MdeModulePkg:
checking..available, continuing..
Updating '.':
U Application/MemoryProfileInfo/MemoryProfileInfo.inf
U Application/MemoryProfileInfo/MemoryProfileInfo.c
U Application/UiApp/FrontPageCustomizedUiSupport.c
U Include/Library/ResetSystemLib.h
U Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.uni
U Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
U Library/PiDxeS3BootScriptLib/InternalBootScriptLib.h
U Library/PiDxeS3BootScriptLib/BootScriptInternalFormat.h
U Library/PiDxeS3BootScriptLib/BootScriptSave.c
U Library/PiDxeS3BootScriptLib/BootScriptExecute.c
U Library/VarCheckUefiLib/VarCheckUefiLibNullClass.c
U Library/BaseResetSystemLibNull/BaseResetSystemLibNull.c
U Library/VarCheckLib/VarCheckLib.c
U Library/UefiBootManagerLib/BmDriverHealth.c
U Library/UefiBootManagerLib/InternalBm.h
U Library/UefiBootManagerLib/BmBoot.c
U Library/UefiBootManagerLib/UefiBootManagerLib.inf
U Library/VarCheckHiiLib/VarCheckHiiLib.inf
U Library/VarCheckHiiLib/VarCheckHii.h
U Library/VarCheckHiiLib/VarCheckHiiGenFromFv.c
U Library/DxeNetLib/DxeNetLib.c
U Core/Dxe/FwVol/FwVolRead.c
U Core/Dxe/DxeMain.inf
U Core/Dxe/DxeMain.h
U Core/PiSmmCore/PiSmmCore.h
U Core/PiSmmCore/PiSmmCore.inf
U Universal/Variable/RuntimeDxe/VariableSmm.c
U Universal/Variable/RuntimeDxe/VariableSmm.inf
U Universal/SetupBrowserDxe/Expression.c
U Universal/SetupBrowserDxe/Setup.c
U Universal/SetupBrowserDxe/Presentation.c
U Universal/Network/Dhcp4Dxe/Dhcp4Impl.c
U Universal/EbcDxe/EbcDxe.inf
A Universal/EbcDxe/AArch64
A Universal/EbcDxe/AArch64/EbcLowLevel.S
A Universal/EbcDxe/AArch64/EbcSupport.c
U Universal/ResetSystemRuntimeDxe/ResetSystem.c
U Universal/HiiDatabaseDxe/ConfigKeywordHandler.c
U Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.c
U Bus/Ata/AtaAtapiPassThru/AhciMode.c
U Bus/Pci/PciHostBridgeDxe/PciRootBridgeIo.c
U Bus/Pci/XhciDxe/Xhci.h
U Bus/Pci/XhciDxe/Xhci.c
U Bus/Pci/EhciDxe/Ehci.c
U Bus/Pci/EhciDxe/Ehci.h
U Bus/Pci/EhciDxe/EhciSched.c
U Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.c
U Bus/Pci/NvmExpressDxe/NvmExpressHci.c
U Bus/Pci/NvmExpressDxe/NvmExpressPassthru.c
U Bus/Pci/NvmExpressDxe/NvmExpress.c
Updated to revision 22628.
OvmfPkg:
checking..available, continuing..
Updating '.':
U PlatformPei/MemDetect.c
U Csm/CsmSupportLib/LegacyPlatform.c
U Include/IndustryStandard/Virtio10.h
U Include/IndustryStandard/Xen/grant_table.h
A Include/IndustryStandard/VirtioGpu.h
U VirtioRngDxe/VirtioRng.h
U OvmfPkgIa32.fdf
U QemuVideoDxe/Driver.c
U QemuVideoDxe/VbeShim.c
U OvmfPkgIa32X64.dsc
U AcpiPlatformDxe/QemuFwCfgAcpi.c
U OvmfPkgX64.dsc
U OvmfPkgIa32X64.fdf
A VirtioGpuDxe
A VirtioGpuDxe/Commands.c
A VirtioGpuDxe/VirtioGpu.inf
A VirtioGpuDxe/Gop.c
A VirtioGpuDxe/DriverBinding.c
A VirtioGpuDxe/VirtioGpu.h
U XenPvBlkDxe/BlockIo.c
U OvmfPkgIa32.dsc
U SmbiosPlatformDxe/X86Xen.c
U Library/PlatformBootManagerLib/BdsPlatform.c
U Library/NvVarsFileLib/NvVarsFileLib.c
U Library/NvVarsFileLib/FsAccess.c
U Library/NvVarsFileLib/NvVarsFileLib.h
U Library/ResetSystemLib/ResetSystemLib.c
U Library/QemuBootOrderLib/QemuBootOrderLib.c
U XenBusDxe/XenStore.c
U XenBusDxe/EventChannel.c
U OvmfPkgX64.fdf
U Virtio10Dxe/Virtio10.c
Updated to revision 22628.
PcAtChipsetPkg:
checking..available, continuing..
Updating '.':
D KbcResetDxe
U PcAtChipsetPkg.dsc
U Library/ResetSystemLib/ResetSystemLib.c
Updated to revision 22628.
ShellPkg:
checking..available, continuing..
Updating '.':
G Application/Shell/Shell.c
U Application/Shell/Shell.h
G Application/Shell/ShellParametersProtocol.c
U Application/Shell/ShellParametersProtocol.h
G Application/Shell/ShellProtocol.c
U Include/Library/ShellCommandLib.h
U Include/Library/HandleParsingLib.h
U Library/UefiHandleParsingLib/UefiHandleParsingLib.c
U Library/UefiShellDebug1CommandsLib/Pci.c
U Library/UefiShellLevel3CommandsLib/Echo.c
U Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.uni
U Library/UefiShellCommandLib/UefiShellCommandLib.c
U Library/UefiShellDriver1CommandsLib/DrvCfg.c
U Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.uni
G Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
Updated to revision 22628.
UefiCpuPkg:
checking..available, continuing..
Updating '.':
U Include/Register/Msr/NehalemMsr.h
U Include/Register/Msr/XeonPhiMsr.h
U Include/Register/Msr/Core2Msr.h
U Include/Register/Msr/BroadwellMsr.h
U Include/Register/Msr/XeonDMsr.h
U Include/Register/Msr/PentiumMsr.h
U Include/Register/Msr/IvyBridgeMsr.h
U Include/Register/Msr/Xeon5600Msr.h
U Include/Register/Msr/P6Msr.h
U Include/Register/Msr/CoreMsr.h
U Include/Register/Msr/SandyBridgeMsr.h
U Include/Register/Msr/PentiumMMsr.h
U Include/Register/Msr/HaswellMsr.h
U Include/Register/Msr/AtomMsr.h
U Include/Register/Msr/SilvermontMsr.h
U Include/Register/Msr/SkylakeMsr.h
U Include/Register/Msr/HaswellEMsr.h
U Include/Register/Msr/Pentium4Msr.h
U Include/Register/Msr/XeonE7Msr.h
U Include/Register/ArchitecturalMsr.h
U CpuS3DataDxe/CpuS3DataDxe.inf
U CpuS3DataDxe/CpuS3Data.c
U Library/MpInitLib/PeiMpLib.c
U Library/MpInitLib/MpLib.c
U Library/MpInitLib/DxeMpLib.c
U Library/MpInitLib/Microcode.c
U Library/MpInitLib/MpLib.h
U PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf
U PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c
U PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h
U PiSmmCpuDxeSmm/CpuS3.c
Updated to revision 22628.
===============================================================================
cleaning all because BaseTools mismatch r22628 just synced:
<----------------------------------------------------
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Source/C clean
Attempting to detect ARCH from 'uname -m': x86_64
Detected ARCH of X64 using uname.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C BootSectImage clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Common clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C EfiLdrImage clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C EfiRom clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GenCrc32 clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GenFfs clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GenFv clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GenFw clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GenPage clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GenSec clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GenVtf clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C GnuGenBootSector clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C LzmaCompress clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Split clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C TianoCompress clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C VfrCompile clean
BIN_DIR='.' /Applications/Xcode.app/Contents/Developer/usr/bin/make -C Pccts/antlr clean
rm -f ./antlr *.o core
BIN_DIR='.' /Applications/Xcode.app/Contents/Developer/usr/bin/make -C Pccts/dlg clean
rm -f ./dlg *.o core
rm -f EfiVfrParser.cpp EfiVfrParser.h VfrParser.dlg VfrTokens.h VfrLexer.cpp VfrLexer.h VfrSyntax.cpp tokens.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C VolInfo clean
rm -f ./bin/*
rmdir ./libs ./bin
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Source/Python clean
find . -name '*.pyc' -exec rm '{}' ';'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Tests clean
find . -name '*.pyc' -exec rm '{}' ';'
TOOLCHAIN_DIR: /Users/Fljagd/src/edk2/Clover/../../opt/local
NASM_PREFIX: /Users/Fljagd/src/edk2/Clover/../../opt/local/bin/
NASM_VER: 2.12.02
Initializing workspace
Loading previous configuration from /Users/Fljagd/src/edk2/Conf/BuildEnv.sh
WORKSPACE: /Users/Fljagd/src/edk2
EDK_TOOLS_PATH: /Users/Fljagd/src/edk2/BaseTools
CONF_PATH: /Users/Fljagd/src/edk2/Conf
Build environment: Darwin-15.6.0-x86_64-i386-64bit
Build start time: 17:00:27, Sep.16 2016

WORKSPACE = /Users/Fljagd/src/edk2
ECP_SOURCE = /Users/Fljagd/src/edk2/EdkCompatibilityPkg
EDK_SOURCE = /Users/Fljagd/src/edk2/EdkCompatibilityPkg
EFI_SOURCE = /Users/Fljagd/src/edk2/EdkCompatibilityPkg
EDK_TOOLS_PATH = /Users/Fljagd/src/edk2/BaseTools
CONF_PATH = /Users/Fljagd/src/edk2/Conf


Architecture(s) = X64
Build target = RELEASE
Toolchain = XCODE5

Active Platform = /Users/Fljagd/src/edk2/Clover/Clover.dsc
Flash Image Definition = /Users/Fljagd/src/edk2/Clover/Clover.fdf

Processing meta-data ... done!
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxDxeIpl/DxeIpl/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxDxeIpl/DxeIpl/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DxeIpl.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxDxeCore/DxeMain/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxDxeCore/DxeMain/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DxeCore.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/PcdDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/WatchdogTimer.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/RuntimeDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MonotonicCounterRuntimeDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/EmuVariableRuntimeDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/FaultTolerantWriteDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/VariableRuntimeDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/CapsuleRuntimeDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/NullMemoryTestDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/SecurityStubDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/ConPlatformDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/ConSplitterDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/HiiDatabase.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/SetupBrowser.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DisplayEngine.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/GraphicsConsoleDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DevicePathDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/SmbiosDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DuetPkg/SmbiosGenDxe/SmbiosGen/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DuetPkg/SmbiosGenDxe/SmbiosGen/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/SmbiosGenDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxEfiLdr/EfiLdr/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxEfiLdr/EfiLdr/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/EfiLoader.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxBdsDxe/BdsDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxBdsDxe/BdsDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BdsDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/EbcDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/CpuIo2Dxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/CpuDxe/Cpu/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/CpuDxe/Cpu/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Cpu.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/PcAtChipsetPkg/8259InterruptControllerDxe/8259/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/PcAtChipsetPkg/8259InterruptControllerDxe/8259/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Legacy8259.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/AcpiReset/Reset/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/AcpiReset/Reset/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/AcpiReset.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/Metronome/Metronome/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Metronome.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/PcRtc.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/PcAtChipsetPkg/8254TimerDxe/8254Timer/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/PcAtChipsetPkg/8254TimerDxe/8254Timer/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Timer.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/HpetTimerDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/PciRootBridgeDxe/PciRootBridge/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/PciRootBridgeDxe/PciRootBridge/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/PcatPciRootBridge.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxPciBusNoEnumerationDxe/PciBusNoEnumeration/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxPciBusNoEnumerationDxe/PciBusNoEnumeration/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/PciBusNoEnumerationDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/NvmExpressDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DataHubDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/DriverOverride/DriverOverride/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/DriverOverride/DriverOverride/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DriverOverride.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/VBoxFsDxe/VBoxHfs/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/VBoxFsDxe/VBoxHfs/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/VBoxHfs.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/VBoxFsDxe/VBoxIso9660/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/VBoxFsDxe/VBoxIso9660/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/VBoxIso9600.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/VBoxFsDxe/VBoxExt2/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/VBoxFsDxe/VBoxExt2/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/VBoxExt2.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/VBoxFsDxe/VBoxExt4/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/VBoxFsDxe/VBoxExt4/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/VBoxExt4.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/VBoxFsDxe/VBoxReiserFS/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/VBoxFsDxe/VBoxReiserFS/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/VBoxReiserFS.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/FatPkg/EnhancedFatDxe/Fat/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/FatPkg/EnhancedFatDxe/Fat/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Fat.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/GrubFS/src/EXFAT/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/GrubFS/src/EXFAT/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/GrubEXFAT.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/GrubFS/src/HFSPLUS/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/GrubFS/src/HFSPLUS/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/GrubHFSPLUS.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/GrubFS/src/ISO9660/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/GrubFS/src/ISO9660/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/GrubISO9660.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/GrubFS/src/NTFS/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/GrubFS/src/NTFS/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/GrubNTFS.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/GrubFS/src/UDF/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/GrubFS/src/UDF/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/GrubUDF.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/VgaMiniPort.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/BiosVideo/BiosVideo/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/BiosVideo/BiosVideo/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BiosVideo.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/LegacyBios/VideoDxe/VideoDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/LegacyBios/VideoDxe/VideoDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/CsmVideoDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/SataControllerDxe/SataControllerDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/SataControllerDxe/SataControllerDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/SataController.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/AtaAtapi/AtaAtapiPassThru/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/AtaAtapi/AtaAtapiPassThru/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/AtaAtapiPassThruDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/AtaBus/AtaBusDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/AtaBus/AtaBusDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/AtaBusDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/DVDBus/ScsiBusDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/DVDBus/ScsiBusDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/ScsiBus.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/DVDDisk/ScsiDiskDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/DVDDisk/ScsiDiskDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/ScsiDisk.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UhciDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OhciDxe/OhciDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OhciDxe/OhciDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/OhciDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/EhciDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Patches_for_EDK2/XhciDxe/XhciDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Patches_for_EDK2/XhciDxe/XhciDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/XhciDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Patches_for_EDK2/UsbBusDxe/UsbBusDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Patches_for_EDK2/UsbBusDxe/UsbBusDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UsbBusDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UsbKbDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UsbMassStorageDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UsbMouseDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/IsaAcpi.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/IsaBusDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Ps2KeyboardDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Ps2MouseAbsolutePointerDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Ps2MouseDxe/Ps2MouseDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Ps2MouseDxe/Ps2MouseDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Ps2MouseDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxAcpiTableDxe/AcpiTableDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxAcpiTableDxe/AcpiTableDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/AcpiTableDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxAcpiPlatformDxe/AcpiPlatformDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxAcpiPlatformDxe/AcpiPlatformDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/AcpiPlatform.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DiskIoDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/EnglishDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/PartitionDxe/PartitionDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/PartitionDxe/PartitionDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/PartitionDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/BiosKeyboard/KeyboardDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/BiosKeyboard/KeyboardDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/KeyboardDxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/LegacyBios/Region2Dxe/LegacyRegion2Dxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/LegacyBios/Region2Dxe/LegacyRegion2Dxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/LegacyRegion2Dxe.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/FSInject/FSInject/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/FSInject/FSInject/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/FSInject.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/MsgLog/MsgLog/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/MsgLog/MsgLog/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MsgLog.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/DumpUefiCalls/DumpUefiCalls/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/DumpUefiCalls/DumpUefiCalls/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DumpUefiCalls.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxFatBinaryDrv/OsxFatBinaryDrv/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxFatBinaryDrv/OsxFatBinaryDrv/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/OsxFatBinaryDrv.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/EmuVariableUefi/EmuVariableRuntimeDxe/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/EmuVariableUefi/EmuVariableRuntimeDxe/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/EmuVariableUefi.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/AppleImageCodec/AppleImageCodec/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/AppleImageCodec/AppleImageCodec/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/AppleImageCodec.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/bdmesg_efi/bdmesg/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/bdmesg_efi/bdmesg/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/bdmesg.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/rEFIt_UEFI/refit/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/rEFIt_UEFI/refit/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/CLOVERX64.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxAptioFixDrv/OsxAptioFixDrv/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxAptioFixDrv/OsxAptioFixDrv/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/OsxAptioFixDrv.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxAptioFixDrv/OsxAptioFix2Drv/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxAptioFixDrv/OsxAptioFix2Drv/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/OsxAptioFix2Drv.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxLowMemFixDrv/OsxLowMemFixDrv/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxLowMemFixDrv/OsxLowMemFixDrv/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/OsxLowMemFixDrv.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BasePcdLibNull.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BaseDebugLibNull.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseMemoryLib/BaseMemoryLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseMemoryLib/BaseMemoryLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BaseMemoryLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BaseLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BasePrintLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BaseReportStatusCodeLibNull.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BaseIoLibIntrinsic.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DxeCoreMemoryAllocationLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DxeCoreEntryPoint.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UefiRuntimeServicesTableLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UefiDevicePathLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UefiBootServicesTableLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/PeCoffExtraActionLibNull.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DxeCoreHobLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UefiLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BaseCacheMaintenanceLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BaseUefiDecompressLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BasePerformanceLibNull.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/VBoxPeCoffLib/VBoxPeCoffLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/VBoxPeCoffLib/VBoxPeCoffLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/VBoxPeCoffLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BasePeCoffGetEntryPointLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DxeExtractGuidedSectionLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/DuetTimerLib/DuetTimerLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/DuetTimerLib/DuetTimerLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DuetTimerLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DxeServicesLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DebugAgentLibNull.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/CpuExceptionHandlerLibNull.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UefiMemoryAllocationLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/DxeHobLib/DxeHobLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/DxeHobLib/DxeHobLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DxeHobLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UefiDriverEntryPoint.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UefiRuntimeLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/VarCheckLib/VarCheckLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/VarCheckLib/VarCheckLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/VarCheckLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BaseSynchronizationLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DxeServicesTableLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/TpmMeasurementLibNull.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/AuthVariableLibNull.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/VarCheckUefiLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DxeCapsuleLibNull.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DxeSecurityManagementLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/DxePcdLib/DxePcdLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DxePcdLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/UefiHiiServicesLib/UefiHiiServicesLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/UefiHiiServicesLib/UefiHiiServicesLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UefiHiiServicesLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UefiHiiLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/CustomizedDisplayLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/LzmaDecompressLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/GenericBdsLib/GenericBdsLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/GenericBdsLib/GenericBdsLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/GenericBdsLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/OsxBdsPlatformLib/PlatformBds/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/OsxBdsPlatformLib/PlatformBds/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DuetBds.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BasePciCf8Lib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BasePciLibCf8.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BaseXApicLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BaseIoApicLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/MemLogLibDefault/MemLogLibDefault/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/MemLogLibDefault/MemLogLibDefault/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MemLogLibDefault.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/VideoBiosPatchLib/VideoBiosPatchLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/VideoBiosPatchLib/VideoBiosPatchLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/VideoBiosPatchLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiScsiLib/UefiScsiLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiScsiLib/UefiScsiLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UefiScsiLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiUsbLib/UefiUsbLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiUsbLib/UefiUsbLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UefiUsbLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/UefiSortLib/UefiSortLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/UefiSortLib/UefiSortLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UefiSortLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UefiFileHandleLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UefiApplicationEntryPoint.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/ShellPkg/Library/UefiShellLib/UefiShellLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/ShellPkg/Library/UefiShellLib/UefiShellLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UefiShellLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiMemoryLib/UefiMemoryLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/UefiMemoryLib/UefiMemoryLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/UefiMemoryLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/OpensslLib/OpensslLibNull/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/OpensslLib/OpensslLibNull/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/OpensslLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/DxeNetLib/DxeNetLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Library/DxeNetLib/DxeNetLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/DxeNetLib.efi
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG
rm -r -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT
rm -f *.pdb *.idb > NUL 2>&1
rm -f /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/BaseCpuLib.efi

- Done -
Build end time: 17:00:34, Sep.16 2016
Build total time: 00:00:07

rm -rf sym obj dst

BaseTools before update was: r22435
now is: r22628
checking..available, continuing..

===============================================================================
Updating Clover
<----------------------------------------------------
Updating '.':
Restored 'CloverPackage/CloverV2/drivers-Off/drivers32UEFI'
Restored 'CloverPackage/CloverV2/drivers-Off/drivers32'
U rEFIt_UEFI/entry_scan/loader.c
U rEFIt_UEFI/refit/main.c
U rEFIt_UEFI/refit/menu.c
U rEFIt_UEFI/refit/lib.h
Updated to revision 3757.
===============================================================================
Apply Edk2 patches
<----------------------------------------------------
===============================================================================
BUILDTOOL is XCODE5
<----------------------------------------------------

===============================================================================
nasm check:
<----------------------------------------------------
NASM version 2.12.02 compiled on Jul 6 2016
===============================================================================
gettext check:
<----------------------------------------------------
found gettext at /Users/Fljagd/src/opt/local/bin
===============================================================================
boot6
<----------------------------------------------------
TOOLCHAIN_DIR: /Users/Fljagd/src/opt/local
NASM_PREFIX: /Users/Fljagd/src/opt/local/bin/
NASM_VER: 2.12.02
Initializing workspace
Loading previous configuration from /Users/Fljagd/src/edk2/Conf/BuildEnv.sh
WORKSPACE: /Users/Fljagd/src/edk2
EDK_TOOLS_PATH: /Users/Fljagd/src/edk2/BaseTools
CONF_PATH: /Users/Fljagd/src/edk2/Conf
Building tools as they are not found
make -C Source/C
Attempting to detect ARCH from 'uname -m': x86_64
Detected ARCH of X64 using uname.
mkdir -p .
make -C Common
mkdir ../libs
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ BasePeCoff.c -o BasePeCoff.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ BinderFuncs.c -o BinderFuncs.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ CommonLib.c -o CommonLib.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ Crc32.c -o Crc32.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ Decompress.c -o Decompress.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ EfiCompress.c -o EfiCompress.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ EfiUtilityMsgs.c -o EfiUtilityMsgs.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ FirmwareVolumeBuffer.c -o FirmwareVolumeBuffer.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ FvLib.c -o FvLib.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ MemoryFile.c -o MemoryFile.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ MyAlloc.c -o MyAlloc.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ OsPath.c -o OsPath.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ ParseGuidedSectionTools.c -o ParseGuidedSectionTools.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ ParseInf.c -o ParseInf.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ PeCoffLoaderEx.c -o PeCoffLoaderEx.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ SimpleFileParsing.c -o SimpleFileParsing.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ StringFuncs.c -o StringFuncs.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ TianoCompress.c -o TianoCompress.o
ar crs ../libs/libCommon.a BasePeCoff.o BinderFuncs.o CommonLib.o Crc32.o Decompress.o EfiCompress.o EfiUtilityMsgs.o FirmwareVolumeBuffer.o FvLib.o MemoryFile.o MyAlloc.o OsPath.o ParseGuidedSectionTools.o ParseInf.o PeCoffLoaderEx.o SimpleFileParsing.o StringFuncs.o TianoCompress.o
make -C GnuGenBootSector
mkdir ../bin
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ GnuGenBootSector.c -o GnuGenBootSector.o
gcc -o ../bin/GnuGenBootSector GnuGenBootSector.o -L../libs -lCommon
make -C BootSectImage
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ bootsectimage.c -o bootsectimage.o
gcc -o ../bin/BootSectImage bootsectimage.o -L../libs -lCommon
make -C EfiLdrImage
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ EfiLdrImage.c -o EfiLdrImage.o
gcc -o ../bin/EfiLdrImage EfiLdrImage.o -L../libs -lCommon
make -C EfiRom
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ EfiRom.c -o EfiRom.o
gcc -o ../bin/EfiRom EfiRom.o -L../libs -lCommon
make -C GenFfs
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ GenFfs.c -o GenFfs.o
gcc -o ../bin/GenFfs GenFfs.o -L../libs -lCommon
make -C GenFv
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ GenFv.c -o GenFv.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ GenFvInternalLib.c -o GenFvInternalLib.o
gcc -o ../bin/GenFv GenFv.o GenFvInternalLib.o -L../libs -lCommon
make -C GenFw
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ GenFw.c -o GenFw.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ ElfConvert.c -o ElfConvert.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ Elf32Convert.c -o Elf32Convert.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ Elf64Convert.c -o Elf64Convert.o
gcc -o ../bin/GenFw GenFw.o ElfConvert.o Elf32Convert.o Elf64Convert.o -L../libs -lCommon
make -C GenPage
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ GenPage.c -o GenPage.o
gcc -o ../bin/GenPage GenPage.o -L../libs -lCommon
make -C GenSec
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ GenSec.c -o GenSec.o
gcc -o ../bin/GenSec GenSec.o -L../libs -lCommon
make -C GenCrc32
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ GenCrc32.c -o GenCrc32.o
gcc -o ../bin/GenCrc32 GenCrc32.o -L../libs -lCommon
make -C GenVtf
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ GenVtf.c -o GenVtf.o
gcc -o ../bin/GenVtf GenVtf.o -L../libs -lCommon
make -C LzmaCompress
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ LzmaCompress.c -o LzmaCompress.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ Sdk/C/Alloc.c -o Sdk/C/Alloc.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ Sdk/C/LzFind.c -o Sdk/C/LzFind.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ Sdk/C/LzmaDec.c -o Sdk/C/LzmaDec.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ Sdk/C/LzmaEnc.c -o Sdk/C/LzmaEnc.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ Sdk/C/7zFile.c -o Sdk/C/7zFile.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ Sdk/C/7zStream.c -o Sdk/C/7zStream.o
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ Sdk/C/Bra86.c -o Sdk/C/Bra86.o
gcc -o ../bin/LzmaCompress LzmaCompress.o Sdk/C/Alloc.o Sdk/C/LzFind.o Sdk/C/LzmaDec.o Sdk/C/LzmaEnc.o Sdk/C/7zFile.o Sdk/C/7zStream.o Sdk/C/Bra86.o -L../libs
make -C Split
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ Split.c -o Split.o
gcc -o ../bin/Split Split.o -L../libs -lCommon
make -C TianoCompress
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ TianoCompress.c -o TianoCompress.o
gcc -o ../bin/TianoCompress TianoCompress.o -L../libs -lCommon
make -C VolInfo
gcc -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -Wno-self-assign -nostdlib -c -g -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ VolInfo.c -o VolInfo.o
gcc -o ../bin/VolInfo VolInfo.o -L../libs -lCommon
make -C VfrCompile
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ Pccts/h/AParser.cpp -o AParser.o
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ Pccts/h/DLexerBase.cpp -o DLexerBase.o
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ Pccts/h/ATokenBuffer.cpp -o ATokenBuffer.o
BIN_DIR='.' make -C Pccts/antlr
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 antlr.c -o antlr.o
antlr.c:81:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==94) ) {
~~~~~^~~~
antlr.c:81:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==94) ) {
~ ^ ~
antlr.c:81:18: note: use '=' to turn this equality comparison into an assignment
if ( (LA(1)==94) ) {
^~
=
antlr.c:95:20: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==95) ) {
~~~~~^~~~
antlr.c:95:20: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==95) ) {
~ ^ ~
antlr.c:95:20: note: use '=' to turn this equality comparison into an assignment
if ( (LA(1)==95) ) {
^~
=
antlr.c:110:22: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==96) ) {
~~~~~^~~~
antlr.c:110:22: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==96) ) {
~ ^ ~
antlr.c:110:22: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==96) ) {
^~
=
antlr.c:132:24: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==97) ) {
~~~~~^~~~
antlr.c:132:24: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==97) ) {
~ ^ ~
antlr.c:132:24: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==97) ) {
^~
=
antlr.c:169:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==Action) ) {
~~~~~^~~~~~~~
antlr.c:169:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==Action) ) {
~ ^ ~
antlr.c:169:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==Action) ) {
^~
=
antlr.c:181:20: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==108) ) {
~~~~~^~~~~
antlr.c:181:20: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==108) ) {
~ ^ ~
antlr.c:181:20: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==108) ) {
^~
=
antlr.c:185:22: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==109) ) {
~~~~~^~~~~
antlr.c:185:22: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==109) ) {
~ ^ ~
antlr.c:185:22: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==109) ) {
^~
=
antlr.c:189:24: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==110) ) {
~~~~~^~~~~
antlr.c:189:24: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==110) ) {
~ ^ ~
antlr.c:189:24: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==110) ) {
^~
=
antlr.c:193:26: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==116) ) {
~~~~~^~~~~
antlr.c:193:26: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==116) ) {
~ ^ ~
antlr.c:193:26: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==116) ) {
^~
=
antlr.c:197:28: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==120) ) {
~~~~~^~~~~
antlr.c:197:28: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==120) ) {
~ ^ ~
antlr.c:197:28: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==120) ) {
^~
=
antlr.c:201:30: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==117) ) {
~~~~~^~~~~
antlr.c:201:30: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==117) ) {
~ ^ ~
antlr.c:201:30: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==117) ) {
^~
=
antlr.c:205:32: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==118) ) {
~~~~~^~~~~
antlr.c:205:32: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==118) ) {
~ ^ ~
antlr.c:205:32: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==118) ) {
^~
=
antlr.c:209:34: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==111) ) {
~~~~~^~~~~
antlr.c:209:34: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==111) ) {
~ ^ ~
antlr.c:209:34: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==111) ) {
^~
=
antlr.c:213:36: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==133) ) {
~~~~~^~~~~
antlr.c:213:36: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==133) ) {
~ ^ ~
antlr.c:213:36: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==133) ) {
^~
=
antlr.c:217:38: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==99) ) {
~~~~~^~~~
antlr.c:217:38: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==99) ) {
~ ^ ~
antlr.c:217:38: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==99) ) {
^~
=
antlr.c:221:40: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==98) ) {
~~~~~^~~~
antlr.c:221:40: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==98) ) {
~ ^ ~
antlr.c:221:40: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==98) ) {
^~
=
antlr.c:255:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==NonTerminal) ) {
~~~~~^~~~~~~~~~~~~
antlr.c:255:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==NonTerminal) ) {
~ ^ ~
antlr.c:255:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==NonTerminal) ) {
^~
=
antlr.c:269:20: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==116) ) {
~~~~~^~~~~
antlr.c:269:20: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==116) ) {
~ ^ ~
antlr.c:269:20: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==116) ) {
^~
=
antlr.c:273:22: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==120) ) {
~~~~~^~~~~
antlr.c:273:22: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==120) ) {
~ ^ ~
antlr.c:273:22: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==120) ) {
^~
=
antlr.c:277:24: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==117) ) {
~~~~~^~~~~
antlr.c:277:24: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==117) ) {
~ ^ ~
antlr.c:277:24: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==117) ) {
^~
=
antlr.c:281:26: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==118) ) {
~~~~~^~~~~
antlr.c:281:26: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==118) ) {
~ ^ ~
antlr.c:281:26: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==118) ) {
^~
=
antlr.c:285:28: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==111) ) {
~~~~~^~~~~
antlr.c:285:28: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==111) ) {
~ ^ ~
antlr.c:285:28: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==111) ) {
^~
=
antlr.c:289:30: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==99) ) {
~~~~~^~~~
antlr.c:289:30: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==99) ) {
~ ^ ~
antlr.c:289:30: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==99) ) {
^~
=
antlr.c:293:32: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==98) ) {
~~~~~^~~~
antlr.c:293:32: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==98) ) {
~ ^ ~
antlr.c:293:32: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==98) ) {
^~
=
antlr.c:321:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==Action) ) {
~~~~~^~~~~~~~
antlr.c:321:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==Action) ) {
~ ^ ~
antlr.c:321:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==Action) ) {
^~
=
antlr.c:333:20: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==108) ) {
~~~~~^~~~~
antlr.c:333:20: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==108) ) {
~ ^ ~
antlr.c:333:20: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==108) ) {
^~
=
antlr.c:337:22: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==109) ) {
~~~~~^~~~~
antlr.c:337:22: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==109) ) {
~ ^ ~
antlr.c:337:22: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==109) ) {
^~
=
antlr.c:341:24: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==110) ) {
~~~~~^~~~~
antlr.c:341:24: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==110) ) {
~ ^ ~
antlr.c:341:24: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==110) ) {
^~
=
antlr.c:345:26: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==117) ) {
~~~~~^~~~~
antlr.c:345:26: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==117) ) {
~ ^ ~
antlr.c:345:26: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==117) ) {
^~
=
antlr.c:349:28: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==118) ) {
~~~~~^~~~~
antlr.c:349:28: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==118) ) {
~ ^ ~
antlr.c:349:28: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==118) ) {
^~
=
antlr.c:353:30: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==99) ) {
~~~~~^~~~
antlr.c:353:30: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==99) ) {
~ ^ ~
antlr.c:353:30: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==99) ) {
^~
=
antlr.c:357:32: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==111) ) {
~~~~~^~~~~
antlr.c:357:32: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==111) ) {
~ ^ ~
antlr.c:357:32: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==111) ) {
^~
=
antlr.c:361:34: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==98) ) {
~~~~~^~~~
antlr.c:361:34: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==98) ) {
~ ^ ~
antlr.c:361:34: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==98) ) {
^~
=
antlr.c:412:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==NonTerminal) ) {
~~~~~^~~~~~~~~~~~~
antlr.c:412:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==NonTerminal) ) {
~ ^ ~
antlr.c:412:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==NonTerminal) ) {
^~
=
antlr.c:419:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==TokenTerm) ) {
~~~~~^~~~~~~~~~~
antlr.c:419:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==TokenTerm) ) {
~ ^ ~
antlr.c:419:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==TokenTerm) ) {
^~
=
antlr.c:532:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==103) ) {
~~~~~^~~~~
antlr.c:532:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==103) ) {
~ ^ ~
antlr.c:532:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==103) ) {
^~
=
antlr.c:556:20: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==104) ) {
~~~~~^~~~~
antlr.c:556:20: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==104) ) {
~ ^ ~
antlr.c:556:20: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==104) ) {
^~
=
antlr.c:560:22: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==PassAction) ) {
~~~~~^~~~~~~~~~~~
antlr.c:560:22: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==PassAction) ) {
~ ^ ~
antlr.c:560:22: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==PassAction) ) {
^~
=
antlr.c:587:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==105) ) {
~~~~~^~~~~
antlr.c:587:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==105) ) {
~ ^ ~
antlr.c:587:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==105) ) {
^~
=
antlr.c:609:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==QuotedTerm) ) {
~~~~~^~~~~~~~~~~~
antlr.c:609:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==QuotedTerm) ) {
~ ^ ~
antlr.c:609:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==QuotedTerm) ) {
^~
=
antlr.c:616:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==106) ) {
~~~~~^~~~~
antlr.c:616:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==106) ) {
~ ^ ~
antlr.c:616:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==106) ) {
^~
=
antlr.c:687:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==Action) ) {
~~~~~^~~~~~~~
antlr.c:687:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==Action) ) {
~ ^ ~
antlr.c:687:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==Action) ) {
^~
=
antlr.c:708:19: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
while ( (LA(1)==133) ) {
~~~~~^~~~~
antlr.c:708:19: note: remove extraneous parentheses around the comparison to
silence this warning
while ( (LA(1)==133) ) {
~ ^ ~
antlr.c:708:19: note: use '=' to turn this equality comparison into an
assignment
while ( (LA(1)==133) ) {
^~
=
antlr.c:882:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==Pred) ) {
~~~~~^~~~~~
antlr.c:882:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==Pred) ) {
~ ^ ~
antlr.c:882:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==Pred) ) {
^~
=
antlr.c:960:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==107) ) {
~~~~~^~~~~
antlr.c:960:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==107) ) {
~ ^ ~
antlr.c:960:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==107) ) {
^~
=
antlr.c:1010:19: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
while ( (LA(1)==112) ) {
~~~~~^~~~~
antlr.c:1010:19: note: remove extraneous parentheses around the comparison to
silence this warning
while ( (LA(1)==112) ) {
~ ^ ~
antlr.c:1010:19: note: use '=' to turn this equality comparison into an
assignment
while ( (LA(1)==112) ) {
^~
=
antlr.c:1067:19: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
while ( (LA(1)==113) ) {
~~~~~^~~~~
antlr.c:1067:19: note: remove extraneous parentheses around the comparison to
silence this warning
while ( (LA(1)==113) ) {
~ ^ ~
antlr.c:1067:19: note: use '=' to turn this equality comparison into an
assignment
while ( (LA(1)==113) ) {
^~
=
antlr.c:1112:14: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==TokenTerm) ) {
~~~~~^~~~~~~~~~~
antlr.c:1112:14: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==TokenTerm) ) {
~ ^ ~
antlr.c:1112:14: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==TokenTerm) ) {
^~
=
antlr.c:1131:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==114) ) {
~~~~~^~~~~
antlr.c:1131:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==114) ) {
~ ^ ~
antlr.c:1131:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==114) ) {
^~
=
antlr.c:1142:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==103) ) {
~~~~~^~~~~
antlr.c:1142:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==103) ) {
~ ^ ~
antlr.c:1142:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==103) ) {
^~
=
antlr.c:1209:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==TokenTerm) ) {
~~~~~^~~~~~~~~~~
antlr.c:1209:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==TokenTerm) ) {
~ ^ ~
antlr.c:1209:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==TokenTerm) ) {
^~
=
antlr.c:1216:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==QuotedTerm) ) {
~~~~~^~~~~~~~~~~~
antlr.c:1216:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==QuotedTerm) ) {
~ ^ ~
antlr.c:1216:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==QuotedTerm) ) {
^~
=
antlr.c:1252:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==NonTerminal) ) {
~~~~~^~~~~~~~~~~~~
antlr.c:1252:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==NonTerminal) ) {
~ ^ ~
antlr.c:1252:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==NonTerminal) ) {
^~
=
antlr.c:1259:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==TokenTerm) ) {
~~~~~^~~~~~~~~~~
antlr.c:1259:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==TokenTerm) ) {
~ ^ ~
antlr.c:1259:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==TokenTerm) ) {
^~
=
antlr.c:1266:20: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==QuotedTerm) ) {
~~~~~^~~~~~~~~~~~
antlr.c:1266:20: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==QuotedTerm) ) {
~ ^ ~
antlr.c:1266:20: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==QuotedTerm) ) {
^~
=
antlr.c:1288:20: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==NonTerminal) ) {
~~~~~^~~~~~~~~~~~~
antlr.c:1288:20: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==NonTerminal) ) {
~ ^ ~
antlr.c:1288:20: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==NonTerminal) ) {
^~
=
antlr.c:1295:22: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==TokenTerm) ) {
~~~~~^~~~~~~~~~~
antlr.c:1295:22: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==TokenTerm) ) {
~ ^ ~
antlr.c:1295:22: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==TokenTerm) ) {
^~
=
antlr.c:1302:24: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==QuotedTerm) ) {
~~~~~^~~~~~~~~~~~
antlr.c:1302:24: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==QuotedTerm) ) {
~ ^ ~
antlr.c:1302:24: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==QuotedTerm) ) {
^~
=
antlr.c:1374:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==114) ) {
~~~~~^~~~~
antlr.c:1374:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==114) ) {
~ ^ ~
antlr.c:1374:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==114) ) {
^~
=
antlr.c:1385:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==102) ) {
~~~~~^~~~~
antlr.c:1385:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==102) ) {
~ ^ ~
antlr.c:1385:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==102) ) {
^~
=
antlr.c:1416:20: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==TokenTerm) ) {
~~~~~^~~~~~~~~~~
antlr.c:1416:20: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==TokenTerm) ) {
~ ^ ~
antlr.c:1416:20: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==TokenTerm) ) {
^~
=
antlr.c:1432:24: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==119) ) {
~~~~~^~~~~
antlr.c:1432:24: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==119) ) {
~ ^ ~
antlr.c:1432:24: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==119) ) {
^~
=
antlr.c:1457:22: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==QuotedTerm) ) {
~~~~~^~~~~~~~~~~~
antlr.c:1457:22: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==QuotedTerm) ) {
~ ^ ~
antlr.c:1457:22: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==QuotedTerm) ) {
^~
=
antlr.c:1522:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==TokenTerm) ) {
~~~~~^~~~~~~~~~~
antlr.c:1522:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==TokenTerm) ) {
~ ^ ~
antlr.c:1522:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==TokenTerm) ) {
^~
=
antlr.c:1531:20: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==114) ) {
~~~~~^~~~~
antlr.c:1531:20: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==114) ) {
~ ^ ~
antlr.c:1531:20: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==114) ) {
^~
=
antlr.c:1553:20: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==121) ) {
~~~~~^~~~~
antlr.c:1553:20: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==121) ) {
~ ^ ~
antlr.c:1553:20: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==121) ) {
^~
=
antlr.c:1581:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==QuotedTerm) ) {
~~~~~^~~~~~~~~~~~
antlr.c:1581:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==QuotedTerm) ) {
~ ^ ~
antlr.c:1581:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==QuotedTerm) ) {
^~
=
antlr.c:1599:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==Action) ) {
~~~~~^~~~~~~~
antlr.c:1599:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==Action) ) {
~ ^ ~
antlr.c:1599:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==Action) ) {
^~
=
antlr.c:1620:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==107) ) {
~~~~~^~~~~
antlr.c:1620:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==107) ) {
~ ^ ~
antlr.c:1620:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==107) ) {
^~
=
antlr.c:1704:19: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
while ( (LA(1)==133) ) {
~~~~~^~~~~
antlr.c:1704:19: note: remove extraneous parentheses around the comparison to
silence this warning
while ( (LA(1)==133) ) {
~ ^ ~
antlr.c:1704:19: note: use '=' to turn this equality comparison into an
assignment
while ( (LA(1)==133) ) {
^~
=
antlr.c:1724:19: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
while ( (LA(1)==123) ) {
~~~~~^~~~~
antlr.c:1724:19: note: remove extraneous parentheses around the comparison to
silence this warning
while ( (LA(1)==123) ) {
~ ^ ~
antlr.c:1724:19: note: use '=' to turn this equality comparison into an
assignment
while ( (LA(1)==123) ) {
^~
=
antlr.c:1737:23: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
while ( (LA(1)==133) ) {
~~~~~^~~~~
antlr.c:1737:23: note: remove extraneous parentheses around the comparison to
silence this warning
while ( (LA(1)==133) ) {
~ ^ ~
antlr.c:1737:23: note: use '=' to turn this equality comparison into an
assignment
while ( (LA(1)==133) ) {
^~
=
antlr.c:1794:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==88) ) {
~~~~~^~~~
antlr.c:1794:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==88) ) {
~ ^ ~
antlr.c:1794:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==88) ) {
^~
=
antlr.c:1819:20: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==124) ) {
~~~~~^~~~~
antlr.c:1819:20: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==124) ) {
~ ^ ~
antlr.c:1819:20: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==124) ) {
^~
=
antlr.c:1996:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==LABEL) ) {
~~~~~^~~~~~~
antlr.c:1996:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==LABEL) ) {
~ ^ ~
antlr.c:1996:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==LABEL) ) {
^~
=
antlr.c:2012:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==TokenTerm) ) {
~~~~~^~~~~~~~~~~
antlr.c:2012:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==TokenTerm) ) {
~ ^ ~
antlr.c:2012:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==TokenTerm) ) {
^~
=
antlr.c:2038:22: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==119) ) {
~~~~~^~~~~
antlr.c:2038:22: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==119) ) {
~ ^ ~
antlr.c:2038:22: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==119) ) {
^~
=
antlr.c:2044:26: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==QuotedTerm) ) {
~~~~~^~~~~~~~~~~~
antlr.c:2044:26: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==QuotedTerm) ) {
~ ^ ~
antlr.c:2044:26: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==QuotedTerm) ) {
^~
=
antlr.c:2051:28: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==TokenTerm) ) {
~~~~~^~~~~~~~~~~
antlr.c:2051:28: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==TokenTerm) ) {
~ ^ ~
antlr.c:2051:28: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==TokenTerm) ) {
^~
=
antlr.c:2078:22: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==125) ) {
~~~~~^~~~~
antlr.c:2078:22: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==125) ) {
~ ^ ~
antlr.c:2078:22: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==125) ) {
^~
=
antlr.c:2089:26: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==103) ) {
~~~~~^~~~~
antlr.c:2089:26: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==103) ) {
~ ^ ~
antlr.c:2089:26: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==103) ) {
^~
=
antlr.c:2105:22: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==88) ) {
~~~~~^~~~
antlr.c:2105:22: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==88) ) {
~ ^ ~
antlr.c:2105:22: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==88) ) {
^~
=
antlr.c:2130:20: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==QuotedTerm) ) {
~~~~~^~~~~~~~~~~~
antlr.c:2130:20: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==QuotedTerm) ) {
~ ^ ~
antlr.c:2130:20: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==QuotedTerm) ) {
^~
=
antlr.c:2152:24: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==119) ) {
~~~~~^~~~~
antlr.c:2152:24: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==119) ) {
~ ^ ~
antlr.c:2152:24: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==119) ) {
^~
=
antlr.c:2158:28: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==QuotedTerm) ) {
~~~~~^~~~~~~~~~~~
antlr.c:2158:28: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==QuotedTerm) ) {
~ ^ ~
antlr.c:2158:28: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==QuotedTerm) ) {
^~
=
antlr.c:2165:30: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==TokenTerm) ) {
~~~~~^~~~~~~~~~~
antlr.c:2165:30: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==TokenTerm) ) {
~ ^ ~
antlr.c:2165:30: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==TokenTerm) ) {
^~
=
antlr.c:2189:24: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==125) ) {
~~~~~^~~~~
antlr.c:2189:24: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==125) ) {
~ ^ ~
antlr.c:2189:24: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==125) ) {
^~
=
antlr.c:2200:28: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==103) ) {
~~~~~^~~~~
antlr.c:2200:28: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==103) ) {
~ ^ ~
antlr.c:2200:28: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==103) ) {
^~
=
antlr.c:2216:24: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==88) ) {
~~~~~^~~~
antlr.c:2216:24: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==88) ) {
~ ^ ~
antlr.c:2216:24: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==88) ) {
^~
=
antlr.c:2244:22: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==WildCard) ) {
~~~~~^~~~~~~~~~
antlr.c:2244:22: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==WildCard) ) {
~ ^ ~
antlr.c:2244:22: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==WildCard) ) {
^~
=
antlr.c:2254:26: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==125) ) {
~~~~~^~~~~
antlr.c:2254:26: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==125) ) {
~ ^ ~
antlr.c:2254:26: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==125) ) {
^~
=
antlr.c:2265:30: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==103) ) {
~~~~~^~~~~
antlr.c:2265:30: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==103) ) {
~ ^ ~
antlr.c:2265:30: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==103) ) {
^~
=
antlr.c:2291:24: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==NonTerminal) ) {
~~~~~^~~~~~~~~~~~~
antlr.c:2291:24: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==NonTerminal) ) {
~ ^ ~
antlr.c:2291:24: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==NonTerminal) ) {
^~
=
antlr.c:2301:28: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==103) ) {
~~~~~^~~~~
antlr.c:2301:28: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==103) ) {
~ ^ ~
antlr.c:2301:28: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==103) ) {
^~
=
antlr.c:2325:32: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==104) ) {
~~~~~^~~~~
antlr.c:2325:32: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==104) ) {
~ ^ ~
antlr.c:2325:32: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==104) ) {
^~
=
antlr.c:2329:34: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==PassAction) ) {
~~~~~^~~~~~~~~~~~
antlr.c:2329:34: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==PassAction) ) {
~ ^ ~
antlr.c:2329:34: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==PassAction) ) {
^~
=
antlr.c:2355:28: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==105) ) {
~~~~~^~~~~
antlr.c:2355:28: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==105) ) {
~ ^ ~
antlr.c:2355:28: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==105) ) {
^~
=
antlr.c:2395:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==Action) ) {
~~~~~^~~~~~~~
antlr.c:2395:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==Action) ) {
~ ^ ~
antlr.c:2395:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==Action) ) {
^~
=
antlr.c:2408:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==Pred) ) {
~~~~~^~~~~~
antlr.c:2408:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==Pred) ) {
~ ^ ~
antlr.c:2408:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==Pred) ) {
^~
=
antlr.c:2424:22: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==PassAction) ) {
~~~~~^~~~~~~~~~~~
antlr.c:2424:22: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==PassAction) ) {
~ ^ ~
antlr.c:2424:22: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==PassAction) ) {
^~
=
antlr.c:2459:24: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==Pragma) ) {
~~~~~^~~~~~~~
antlr.c:2459:24: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==Pragma) ) {
~ ^ ~
antlr.c:2459:24: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==Pragma) ) {
^~
=
antlr.c:2465:28: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==126) ) {
~~~~~^~~~~
antlr.c:2465:28: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==126) ) {
~ ^ ~
antlr.c:2465:28: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==126) ) {
^~
=
antlr.c:2472:30: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==127) ) {
~~~~~^~~~~
antlr.c:2472:30: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==127) ) {
~ ^ ~
antlr.c:2472:30: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==127) ) {
^~
=
antlr.c:2479:32: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==128) ) {
~~~~~^~~~~
antlr.c:2479:32: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==128) ) {
~ ^ ~
antlr.c:2479:32: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==128) ) {
^~
=
antlr.c:2504:24: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==FirstSetSymbol) ) {
~~~~~^~~~~~~~~~~~~~~~
antlr.c:2504:24: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==FirstSetSymbol) ) {
~ ^ ~
antlr.c:2504:24: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==FirstSetSymbol) ) {
^~
=
antlr.c:2511:28: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==NonTerminal) ) {
~~~~~^~~~~~~~~~~~~
antlr.c:2511:28: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==NonTerminal) ) {
~ ^ ~
antlr.c:2511:28: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==NonTerminal) ) {
^~
=
antlr.c:2524:30: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==TokenTerm) ) {
~~~~~^~~~~~~~~~~
antlr.c:2524:30: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==TokenTerm) ) {
~ ^ ~
antlr.c:2524:30: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==TokenTerm) ) {
^~
=
antlr.c:2555:24: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==114) ) {
~~~~~^~~~~
antlr.c:2555:24: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==114) ) {
~ ^ ~
antlr.c:2555:24: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==114) ) {
^~
=
antlr.c:2569:28: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==129) ) {
~~~~~^~~~~
antlr.c:2569:28: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==129) ) {
~ ^ ~
antlr.c:2569:28: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==129) ) {
^~
=
antlr.c:2576:30: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==130) ) {
~~~~~^~~~~
antlr.c:2576:30: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==130) ) {
~ ^ ~
antlr.c:2576:30: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==130) ) {
^~
=
antlr.c:2583:32: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==131) ) {
~~~~~^~~~~
antlr.c:2583:32: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==131) ) {
~ ^ ~
antlr.c:2583:32: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==131) ) {
^~
=
antlr.c:2594:40: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==132) ) {
~~~~~^~~~~
antlr.c:2594:40: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==132) ) {
~ ^ ~
antlr.c:2594:40: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==132) ) {
^~
=
antlr.c:2601:42: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==113) ) {
~~~~~^~~~~
antlr.c:2601:42: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==113) ) {
~ ^ ~
antlr.c:2601:42: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==113) ) {
^~
=
antlr.c:2627:40: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==PassAction) ) {
~~~~~^~~~~~~~~~~~
antlr.c:2627:40: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==PassAction) ) {
~ ^ ~
antlr.c:2627:40: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==PassAction) ) {
^~
=
antlr.c:2722:26: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==102) ) {
~~~~~^~~~~
antlr.c:2722:26: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==102) ) {
~ ^ ~
antlr.c:2722:26: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==102) ) {
^~
=
antlr.c:2749:22: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==129) ) {
~~~~~^~~~~
antlr.c:2749:22: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==129) ) {
~ ^ ~
antlr.c:2749:22: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==129) ) {
^~
=
antlr.c:2756:24: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==130) ) {
~~~~~^~~~~
antlr.c:2756:24: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==130) ) {
~ ^ ~
antlr.c:2756:24: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==130) ) {
^~
=
antlr.c:2763:26: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==105) ) {
~~~~~^~~~~
antlr.c:2763:26: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==105) ) {
~ ^ ~
antlr.c:2763:26: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==105) ) {
^~
=
antlr.c:2770:28: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==PassAction) ) {
~~~~~^~~~~~~~~~~~
antlr.c:2770:28: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==PassAction) ) {
~ ^ ~
antlr.c:2770:28: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==PassAction) ) {
^~
=
antlr.c:2842:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==PassAction) ) {
~~~~~^~~~~~~~~~~~
antlr.c:2842:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==PassAction) ) {
~ ^ ~
antlr.c:2842:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==PassAction) ) {
^~
=
antlr.c:2867:19: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
while ( (LA(1)==135) ) {
~~~~~^~~~~
antlr.c:2867:19: note: remove extraneous parentheses around the comparison to
silence this warning
while ( (LA(1)==135) ) {
~ ^ ~
antlr.c:2867:19: note: use '=' to turn this equality comparison into an
assignment
while ( (LA(1)==135) ) {
^~
=
antlr.c:2880:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==134) ) {
~~~~~^~~~~
antlr.c:2880:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==134) ) {
~ ^ ~
antlr.c:2880:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==134) ) {
^~
=
antlr.c:2991:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==NonTerminal) ) {
~~~~~^~~~~~~~~~~~~
antlr.c:2991:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==NonTerminal) ) {
~ ^ ~
antlr.c:2991:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==NonTerminal) ) {
^~
=
antlr.c:3001:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==TokenTerm) ) {
~~~~~^~~~~~~~~~~
antlr.c:3001:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==TokenTerm) ) {
~ ^ ~
antlr.c:3001:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==TokenTerm) ) {
^~
=
antlr.c:3021:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==Action) ) {
~~~~~^~~~~~~~
antlr.c:3021:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==Action) ) {
~ ^ ~
antlr.c:3021:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==Action) ) {
^~
=
antlr.c:3066:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==143) ) {
~~~~~^~~~~
antlr.c:3066:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==143) ) {
~ ^ ~
antlr.c:3066:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==143) ) {
^~
=
antlr.c:3073:22: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==149) ) {
~~~~~^~~~~
antlr.c:3073:22: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==149) ) {
~ ^ ~
antlr.c:3073:22: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==149) ) {
^~
=
antlr.c:3098:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==151) ) {
~~~~~^~~~~
antlr.c:3098:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==151) ) {
~ ^ ~
antlr.c:3098:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==151) ) {
^~
=
antlr.c:3107:27: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
} while ( (LA(1)==151) );
~~~~~^~~~~
antlr.c:3107:27: note: remove extraneous parentheses around the comparison to
silence this warning
} while ( (LA(1)==151) );
~ ^ ~
antlr.c:3107:27: note: use '=' to turn this equality comparison into an
assignment
} while ( (LA(1)==151) );
^~
=
antlr.c:3113:20: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==149) ) {
~~~~~^~~~~
antlr.c:3113:20: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==149) ) {
~ ^ ~
antlr.c:3113:20: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==149) ) {
^~
=
antlr.c:3123:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==Eof) ) {
~~~~~^~~~~
antlr.c:3123:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==Eof) ) {
~ ^ ~
antlr.c:3123:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==Eof) ) {
^~
=
antlr.c:3182:21: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
} while ( (LA(1)==149) );
~~~~~^~~~~
antlr.c:3182:21: note: remove extraneous parentheses around the comparison to
silence this warning
} while ( (LA(1)==149) );
~ ^ ~
antlr.c:3182:21: note: use '=' to turn this equality comparison into an
assignment
} while ( (LA(1)==149) );
^~
=
antlr.c:3220:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==153) ) {
~~~~~^~~~~
antlr.c:3220:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==153) ) {
~ ^ ~
antlr.c:3220:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==153) ) {
^~
=
antlr.c:3248:19: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
while ( (LA(1)==154) ) {
~~~~~^~~~~
antlr.c:3248:19: note: remove extraneous parentheses around the comparison to
silence this warning
while ( (LA(1)==154) ) {
~ ^ ~
antlr.c:3248:19: note: use '=' to turn this equality comparison into an
assignment
while ( (LA(1)==154) ) {
^~
=
antlr.c:3255:118: warning: expression result unused [-Wunused-value]
...{zzfailed_pred(" isDLGmaxToken(LATEXT(1))",0 /* report */, { 0; /* no u...
^
../h/antlr.h:117:44: note: expanded from macro 'zzfailed_pred'
zzfailed_pred_action(_p,_hasuseraction,_useraction);
^~~~~~~~~~~
../h/antlr.h:129:27: note: expanded from macro 'zzfailed_pred_action'
if (_hasuseraction) { _useraction } \
^~~~~~~~~~~
antlr.c:3261:24: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==153) ) {
~~~~~^~~~~
antlr.c:3261:24: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==153) ) {
~ ^ ~
antlr.c:3261:24: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==153) ) {
^~
=
antlr.c:3275:22: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==ID) ) {
~~~~~^~~~
antlr.c:3275:22: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==ID) ) {
~ ^ ~
antlr.c:3275:22: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==ID) ) {
^~
=
antlr.c:3284:26: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==153) ) {
~~~~~^~~~~
antlr.c:3284:26: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==153) ) {
~ ^ ~
antlr.c:3284:26: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==153) ) {
^~
=
138 warnings generated.
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 scan.c -o scan.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 err.c -o err.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 bits.c -o bits.o
bits.c:579:5: warning: format specifies type 'int' but the argument has type
'unsigned long' [-Wformat]
NumWords(TokenNum-1)*sizeof(unsigned));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../support/set/set.h:50:22: note: expanded from macro 'NumWords'
#define NumWords(x) ((((unsigned)(x))>>LogWordSize)+1) ...
^
bits.c:584:5: warning: format specifies type 'int' but the argument has type
'unsigned long' [-Wformat]
NumWords(TokenNum-1)*sizeof(unsigned));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../support/set/set.h:50:22: note: expanded from macro 'NumWords'
#define NumWords(x) ((((unsigned)(x))>>LogWordSize)+1) ...
^
bits.c:645:5: warning: format specifies type 'int' but the argument has type
'unsigned long' [-Wformat]
NumWords(TokenNum-1)*sizeof(unsigned));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../support/set/set.h:50:22: note: expanded from macro 'NumWords'
#define NumWords(x) ((((unsigned)(x))>>LogWordSize)+1) ...
^
bits.c:650:5: warning: format specifies type 'int' but the argument has type
'unsigned long' [-Wformat]
NumWords(TokenNum-1)*sizeof(unsigned));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../support/set/set.h:50:22: note: expanded from macro 'NumWords'
#define NumWords(x) ((((unsigned)(x))>>LogWordSize)+1) ...
^
bits.c:656:5: warning: format specifies type 'int' but the argument has type
'unsigned long' [-Wformat]
NumWords(TokenNum-1)*sizeof(unsigned));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../support/set/set.h:50:22: note: expanded from macro 'NumWords'
#define NumWords(x) ((((unsigned)(x))>>LogWordSize)+1) ...
^
bits.c:658:5: warning: format specifies type 'int' but the argument has type
'unsigned long' [-Wformat]
NumWords(TokenNum-1)*sizeof(unsigned));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../support/set/set.h:50:22: note: expanded from macro 'NumWords'
#define NumWords(x) ((((unsigned)(x))>>LogWordSize)+1) ...
^
bits.c:796:7: warning: format specifies type 'int' but the argument has type
'unsigned long' [-Wformat]
...NumWords(TokenNum-1)*sizeof(unsigned));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../support/set/set.h:50:22: note: expanded from macro 'NumWords'
#define NumWords(x) ((((unsigned)(x))>>LogWordSize)+1) ...
^
bits.c:915:46: warning: format specifies type 'int' but the argument has type
'unsigned long' [-Wformat]
..."#define zzSET_SIZE %d\n", NumWords(TokenNum-1)*sizeof(unsigned));
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%lu
../support/set/set.h:50:22: note: expanded from macro 'NumWords'
#define NumWords(x) ((((unsigned)(x))>>LogWordSize)+1) ...
^
8 warnings generated.
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 build.c -o build.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 fset2.c -o fset2.o
fset2.c:2213:22: warning: format string is not a string literal
(potentially insecure) [-Wformat-security]
fprintf(stdout,TerminalString(tn->token));
^~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 fset.c -o fset.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 gen.c -o gen.o
gen.c:3869:22: warning: format string is not a string literal
(potentially insecure) [-Wformat-security]
/* MR10 */ _gen(Save_argv);
^~~~~~~~~~~~
gen.c:162:36: note: expanded from macro '_gen'
#define _gen(s) {fprintf(output, s);}
^
gen.c:3914:49: warning: format specifies type 'int' but the argument has type
'unsigned long' [-Wformat]
..._gen1("#define zzSET_SIZE %d\n", NumWords(TokenNum-1)*sizeof(unsigned));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%lu
../support/set/set.h:50:22: note: expanded from macro 'NumWords'
#define NumWords(x) ((((unsigned)(x))>>LogWordSize)+1) ...
^
gen.c:163:40: note: expanded from macro '_gen1'
#define _gen1(s,a) {fprintf(output, s,a);}
^
gen.c:4128:40: warning: format specifies type 'int' but the argument has type
'unsigned long' [-Wformat]
..."#define zzSET_SIZE %d\n", NumWords(TokenNum-1)*sizeof(unsigned));
~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%lu
../support/set/set.h:50:22: note: expanded from macro 'NumWords'
#define NumWords(x) ((((unsigned)(x))>>LogWordSize)+1) ...
^
3 warnings generated.
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 globals.c -o globals.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 hash.c -o hash.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 lex.c -o lex.o
lex.c:709:27: warning: format string is not a string literal
(potentially insecure) [-Wformat-security]
/* MR26 */ fprintf(output,strBetween(pSymbol, t, pSeparator));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lex.c:774:12: warning: format string is not a string literal
(potentially insecure) [-Wformat-security]
fprintf(f,strBetween(pDataType, pSymbol, pSeparator));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lex.c:855:13: warning: format string is not a string literal
(potentially insecure) [-Wformat-security]
fprintf(f,strBetween(pDataType, pSymbol, pSeparator));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lex.c:857:13: warning: format string is not a string literal
(potentially insecure) [-Wformat-security]
fprintf(f,strBetween(pSymbol, pEqualSign, pSeparator));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 warnings generated.
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 main.c -o main.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 misc.c -o misc.o
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c -o set.o ../support/set/set.c
../support/set/set.c:557:13: warning: format specifies type 'int' but the
argument has type 'unsigned long' [-Wformat]
set_new(a, strlen(s));
~~~~~~~~~~~^~~~~~~~~
../support/set/set.h:58:74: note: expanded from macro 'set_new'
..."set_new: Cannot allocate set with max of %d\n", _max); \
~~ ^~~~
1 warning generated.
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 pred.c -o pred.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 egman.c -o egman.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 mrhoist.c -o mrhoist.o
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 fcache.c -o fcache.o
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -o ./antlr antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o globals.o hash.o lex.o main.o misc.o set.o pred.o egman.o mrhoist.o fcache.o
Pccts/antlr/antlr -CC -e3 -ck 3 -k 2 -fl VfrParser.dlg -ft VfrTokens.h -o . VfrSyntax.g
Antlr parser generator Version 1.33MR33 1989-2001
VfrSyntax.g, line 1830: warning: predicate: LT(i) missing, bad, or with i=0; assuming i=1
VfrSyntax.g, line 1835: warning: predicate: LT(i) missing, bad, or with i=0; assuming i=1
VfrSyntax.g, line 3266: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3275: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3284: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3294: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3324: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3333: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ EfiVfrParser.cpp -o EfiVfrParser.o
In file included from EfiVfrParser.cpp:18:
In file included from ./EfiVfrParser.h:25:
./VfrFormPkg.h:644:56: warning: field 'mFormSet' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FORM_SET_OP, &mFormSet->Header, Size) {
^
./VfrFormPkg.h:679:47: warning: field 'mEnd' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_END_OP, &mEnd->Header) {}
^
./VfrFormPkg.h:688:64: warning: field 'mDefaultStore' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_DEFAULTSTORE_OP, &mDefaultS...
^
./VfrFormPkg.h:730:49: warning: field 'mForm' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FORM_OP, &mForm->Header) {
^
./VfrFormPkg.h:762:56: warning: field 'mFormMap' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FORM_MAP_OP, &mFormMap->Header) {
^
./VfrFormPkg.h:799:56: warning: field 'mVarStore' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_VARSTORE_OP, &mVarStore->Header) {
^
./VfrFormPkg.h:839:63: warning: field 'mVarStoreEfi' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_VARSTORE_EFI_OP, &mVarStoreE...
^
./VfrFormPkg.h:895:78: warning: field 'mVarStoreNameValue' is uninitialized when
used here [-Wuninitialized]
...CIfrOpHeader (EFI_IFR_VARSTORE_NAME_VALUE_OP, &mVarStoreNameValue->Heade...
^
./VfrFormPkg.h:915:51: warning: field 'mImage' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_IMAGE_OP, &mImage->Header) {
^
./VfrFormPkg.h:930:55: warning: field 'mModal' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MODAL_TAG_OP, &mModal->Header) {
^
./VfrFormPkg.h:941:53: warning: field 'mLocked' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_LOCKED_OP, &mLocked->Header) {}
^
./VfrFormPkg.h:951:49: warning: field 'mRule' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_RULE_OP, &mRule->Header) {
^
./VfrFormPkg.h:973:44: warning: field 'mDefault' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DEFAULT_OP, &mDefault->Header, Size) {
^
./VfrFormPkg.h:1001:44: warning: field 'mDefault' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_DEFAULT_OP, &mDefault->Header, sizeof (EFI...
^
./VfrFormPkg.h:1021:50: warning: field 'mValue' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_VALUE_OP, &mValue->Header) {}
^
./VfrFormPkg.h:1031:49: warning: field 'mRead' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_READ_OP, &mRead->Header) {}
^
./VfrFormPkg.h:1041:50: warning: field 'mWrite' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_WRITE_OP, &mWrite->Header) {}
^
./VfrFormPkg.h:1053:38: warning: field 'mGet' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GET_OP, &mGet->Header) {
^
./VfrFormPkg.h:1073:38: warning: field 'mSet' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_SET_OP, &mSet->Header) {
^
./VfrFormPkg.h:1091:55: warning: field 'mSubtitle' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SUBTITLE_OP, &mSubtitle->Header),
^
./VfrFormPkg.h:1092:25: warning: field 'mSubtitle' is uninitialized when used
here [-Wuninitialized]
CIfrStatementHeader (&mSubtitle->Statement) {
^
./VfrFormPkg.h:1111:48: warning: field 'mText' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TEXT_OP, &mText->Header),
^
./VfrFormPkg.h:1112:38: warning: field 'mText' is uninitialized when used here
[-Wuninitialized]
CIfrStatementHeader (&mText->Statement) {
^
./VfrFormPkg.h:1127:46: warning: field 'mRef' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef->Header),
^
./VfrFormPkg.h:1128:36: warning: field 'mRef' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef->Question) {
^
./VfrFormPkg.h:1143:47: warning: field 'mRef2' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef2->Header, sizeof (EFI...
^
./VfrFormPkg.h:1144:37: warning: field 'mRef2' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef2->Question) {
^
./VfrFormPkg.h:1164:47: warning: field 'mRef3' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef3->Header, sizeof (EFI...
^
./VfrFormPkg.h:1165:37: warning: field 'mRef3' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef3->Question) {
^
./VfrFormPkg.h:1190:47: warning: field 'mRef4' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef4->Header, sizeof(EFI_...
^
./VfrFormPkg.h:1191:37: warning: field 'mRef4' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef4->Question) {
^
./VfrFormPkg.h:1221:46: warning: field 'mRef5' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef5->Header, sizeof (EFI_...
^
./VfrFormPkg.h:1222:36: warning: field 'mRef5' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef5->Question) {
^
./VfrFormPkg.h:1232:64: warning: field 'mResetButton' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_RESET_BUTTON_OP, &mResetBut...
^
./VfrFormPkg.h:1233:25: warning: field 'mResetButton' is uninitialized when used
here [-Wuninitialized]
CIfrStatementHeader (&mResetButton->Statement) {
^
./VfrFormPkg.h:1248:58: warning: field 'mCheckBox' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_CHECKBOX_OP, &mCheckBox->Header),
^
./VfrFormPkg.h:1249:43: warning: field 'mCheckBox' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mCheckBox->Question) {
^
./VfrFormPkg.h:1288:52: warning: field 'mAction' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ACTION_OP, &mAction->Header),
^
./VfrFormPkg.h:1289:39: warning: field 'mAction' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mAction->Question) {
^
./VfrFormPkg.h:1304:48: warning: field 'mDate' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DATE_OP, &mDate->Header),
^
./VfrFormPkg.h:1305:37: warning: field 'mDate' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mDate->Question) {
^
./VfrFormPkg.h:1347:55: warning: field 'mNumeric' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_NUMERIC_OP, &mNumeric->Header),
^
./VfrFormPkg.h:1348:41: warning: field 'mNumeric' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mNumeric->Question),
^
./VfrFormPkg.h:1349:41: warning: field 'mNumeric' is uninitialized when used
here [-Wuninitialized]
CIfrMinMaxStepData (&mNumeric->data, TRUE) {
^
./VfrFormPkg.h:1408:52: warning: field 'mOneOf' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONE_OF_OP, &mOneOf->Header),
^
./VfrFormPkg.h:1409:39: warning: field 'mOneOf' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mOneOf->Question),
^
./VfrFormPkg.h:1410:39: warning: field 'mOneOf' is uninitialized when used here
[-Wuninitialized]
CIfrMinMaxStepData (&mOneOf->data) {
^
./VfrFormPkg.h:1465:52: warning: field 'mString' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_STRING_OP, &mString->Header),
^
./VfrFormPkg.h:1466:39: warning: field 'mString' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mString->Question) {
^
./VfrFormPkg.h:1507:57: warning: field 'mPassword' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_PASSWORD_OP, &mPassword->Header),
^
./VfrFormPkg.h:1508:42: warning: field 'mPassword' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mPassword->Question) {
^
./VfrFormPkg.h:1533:63: warning: field 'mOrderedList' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_ORDERED_LIST_OP, &mOrderedLi...
^
./VfrFormPkg.h:1534:44: warning: field 'mOrderedList' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mOrderedList->Question) {
^
./VfrFormPkg.h:1574:49: warning: field 'mTime' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TIME_OP, &mTime->Header),
^
./VfrFormPkg.h:1575:38: warning: field 'mTime' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mTime->Question) {
^
./VfrFormPkg.h:1618:58: warning: field 'mDisableIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_DISABLE_IF_OP, &mDisableIf->Header) {}
^
./VfrFormPkg.h:1627:61: warning: field 'mSuppressIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SUPPRESS_IF_OP, &mSuppressIf-...
^
./VfrFormPkg.h:1636:60: warning: field 'mGrayOutIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GRAY_OUT_IF_OP, &mGrayOutIf->H...
^
./VfrFormPkg.h:1645:68: warning: field 'mInconsistentIf' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_INCONSISTENT_IF_OP, &mInco...
^
./VfrFormPkg.h:1660:63: warning: field 'mWarningIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_WARNING_IF_OP, &mWarningIf...
^
./VfrFormPkg.h:1680:62: warning: field 'mNoSubmitIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_NO_SUBMIT_IF_OP, &mNoSubmitIf...
^
./VfrFormPkg.h:1695:54: warning: field 'mRefresh' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_REFRESH_OP, &mRefresh->Header) {
^
./VfrFormPkg.h:1710:45: warning: field 'mRefreshId' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_REFRESH_ID_OP, &mRefreshId->Header) {
^
./VfrFormPkg.h:1725:70: warning: field 'mVarStoreDevice' is uninitialized when
used here [-Wuninitialized]
...CIfrOpHeader (EFI_IFR_VARSTORE_DEVICE_OP, &mVarStoreDevice->Header) {
^
./VfrFormPkg.h:1740:65: warning: field 'mOneOfOption' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONE_OF_OPTION_OP, &mOneOfOp...
^
./VfrFormPkg.h:1815:49: warning: field 'mClass' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mClass->Header, sizeof (...
^
./VfrFormPkg.h:1832:53: warning: field 'mSubClass' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mSubClass->Header, s...
^
./VfrFormPkg.h:1849:49: warning: field 'mLabel' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mLabel->Header, sizeof (...
^
./VfrFormPkg.h:1865:51: warning: field 'mBanner' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mBanner->Header, sizeo...
^
./VfrFormPkg.h:1893:39: warning: field 'mOptionKey' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mOptionKey->Header, sizeof (EFI_IF...
^
./VfrFormPkg.h:1911:39: warning: field 'mVarEqName' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mVarEqName->Header, sizeof (EFI_IF...
^
./VfrFormPkg.h:1925:73: warning: field 'mTimeout' is uninitialized when used
here [-Wuninitialized]
...CIfrOpHeader (EFI_IFR_GUID_OP, &mTimeout->Header, sizeof (EFI_IFR_GUID_T...
^
./VfrFormPkg.h:1942:51: warning: field 'mGuid' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mGuid->Header, sizeof ...
^
./VfrFormPkg.h:1963:38: warning: field 'mDup' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DUP_OP, &mDup->Header) {
^
./VfrFormPkg.h:1976:54: warning: field 'mEqIdId' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQ_ID_ID_OP, &mEqIdId->Header) {
^
./VfrFormPkg.h:2015:44: warning: field 'mEqIdVal' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQ_ID_VAL_OP, &mEqIdVal->Header) {
^
./VfrFormPkg.h:2045:62: warning: field 'mEqIdVList' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQ_ID_VAL_LIST_OP, &mEqIdVList-...
^
./VfrFormPkg.h:2096:48: warning: field 'mQuestionRef1' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF1_OP, &mQuestionRef1->Header) {
^
./VfrFormPkg.h:2122:48: warning: field 'mQuestionRef2' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF2_OP, &mQuestionRef2->Header) {
^
./VfrFormPkg.h:2135:48: warning: field 'mQuestionRef3' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF3_OP, &mQuestionRef3->Header) {
^
./VfrFormPkg.h:2148:48: warning: field 'mQuestionRef3_2' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF3_OP, &mQuestionRef3_2->Header, ...
^
./VfrFormPkg.h:2166:48: warning: field 'mQuestionRef3_3' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF3_OP, &mQuestionRef3_3->Header, ...
^
./VfrFormPkg.h:2189:43: warning: field 'mRuleRef' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_RULE_REF_OP, &mRuleRef->Header) {
^
./VfrFormPkg.h:2207:46: warning: field 'mStringRef1' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_STRING_REF1_OP, &mStringRef1->Header) {
^
./VfrFormPkg.h:2225:46: warning: field 'mStringRef2' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_STRING_REF2_OP, &mStringRef2->Header) {
^
./VfrFormPkg.h:2238:39: warning: field 'mThis' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_THIS_OP, &mThis->Header) {
^
./VfrFormPkg.h:2251:43: warning: field 'mSecurity' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SECURITY_OP, &mSecurity->Header) {
^
./VfrFormPkg.h:2269:40: warning: field 'mUint8' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT8_OP, &mUint8->Header) {
^
./VfrFormPkg.h:2286:41: warning: field 'mUint16' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT16_OP, &mUint16->Header) {
^
./VfrFormPkg.h:2303:41: warning: field 'mUint32' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT32_OP, &mUint32->Header) {
^
./VfrFormPkg.h:2320:41: warning: field 'mUint64' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT64_OP, &mUint64->Header) {
^
./VfrFormPkg.h:2337:39: warning: field 'mTrue' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TRUE_OP, &mTrue->Header) {
^
./VfrFormPkg.h:2350:40: warning: field 'mFalse' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FALSE_OP, &mFalse->Header) {
^
./VfrFormPkg.h:2363:38: warning: field 'mOne' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONE_OP, &mOne->Header) {
^
./VfrFormPkg.h:2376:39: warning: field 'mOnes' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONES_OP, &mOnes->Header) {
^
./VfrFormPkg.h:2389:39: warning: field 'mZero' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ZERO_OP, &mZero->Header) {
^
./VfrFormPkg.h:2402:44: warning: field 'mUndefined' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_UNDEFINED_OP, &mUndefined->Header) {
^
./VfrFormPkg.h:2415:42: warning: field 'mVersion' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_VERSION_OP, &mVersion->Header) {
^
./VfrFormPkg.h:2428:41: warning: field 'mLength' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_LENGTH_OP, &mLength->Header) {
^
./VfrFormPkg.h:2441:38: warning: field 'mNot' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_NOT_OP, &mNot->Header) {
^
./VfrFormPkg.h:2454:46: warning: field 'mBitWise' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_BITWISE_NOT_OP, &mBitWise->Header) {
^
./VfrFormPkg.h:2467:45: warning: field 'mToBoolean' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_BOOLEAN_OP, &mToBoolean->Header) {
^
./VfrFormPkg.h:2480:44: warning: field 'mToString' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_STRING_OP, &mToString->Header) {
^
./VfrFormPkg.h:2497:42: warning: field 'mToUint' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_UINT_OP, &mToUint->Header) {
^
./VfrFormPkg.h:2510:43: warning: field 'mToUpper' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_UPPER_OP, &mToUpper->Header) {
^
./VfrFormPkg.h:2523:43: warning: field 'mToLower' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_LOWER_OP, &mToLower->Header) {
^
./VfrFormPkg.h:2536:38: warning: field 'mAdd' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ADD_OP, &mAdd->Header) {
^
./VfrFormPkg.h:2549:46: warning: field 'mBitWiseAnd' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_BITWISE_AND_OP, &mBitWiseAnd->Header) {
^
./VfrFormPkg.h:2562:45: warning: field 'mBitWiseOr' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_BITWISE_OR_OP, &mBitWiseOr->Header) {
^
./VfrFormPkg.h:2575:38: warning: field 'mAnd' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_AND_OP, &mAnd->Header) {
^
./VfrFormPkg.h:2588:43: warning: field 'mCatenate' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_CATENATE_OP, &mCatenate->Header) {
^
./VfrFormPkg.h:2601:41: warning: field 'mDivide' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DIVIDE_OP, &mDivide->Header) {
^
./VfrFormPkg.h:2614:40: warning: field 'mEqual' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQUAL_OP, &mEqual->Header) {
^
./VfrFormPkg.h:2627:48: warning: field 'mGreaterEqual' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GREATER_EQUAL_OP, &mGreaterEqual->Header) {
^
./VfrFormPkg.h:2640:47: warning: field 'mGreaterThan' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GREATER_THAN_OP, &mGreaterThan->Header) {
^
./VfrFormPkg.h:2653:45: warning: field 'mLessEqual' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_LESS_EQUAL_OP, &mLessEqual->Header) {
^
./VfrFormPkg.h:2666:44: warning: field 'mLessThan' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_LESS_THAN_OP, &mLessThan->Header) {
^
./VfrFormPkg.h:2679:38: warning: field 'mMap' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MAP_OP, &mMap->Header) {
^
./VfrFormPkg.h:2692:40: warning: field 'mMatch' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MATCH_OP, &mMatch->Header) {
^
./VfrFormPkg.h:2706:41: warning: field 'mMatch2' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MATCH2_OP, &mMatch2->Header) {
^
./VfrFormPkg.h:2720:43: warning: field 'mMultiply' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_MULTIPLY_OP, &mMultiply->Header) {
^
./VfrFormPkg.h:2733:41: warning: field 'mModulo' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MODULO_OP, &mModulo->Header) {
^
./VfrFormPkg.h:2746:44: warning: field 'mNotEqual' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_NOT_EQUAL_OP, &mNotEqual->Header) {
^
./VfrFormPkg.h:2759:37: warning: field 'mOr' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_OR_OP, &mOr->Header) {
^
./VfrFormPkg.h:2772:45: warning: field 'mShiftLeft' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SHIFT_LEFT_OP, &mShiftLeft->Header) {
^
./VfrFormPkg.h:2785:46: warning: field 'mShiftRight' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SHIFT_RIGHT_OP, &mShiftRight->Header) {
^
./VfrFormPkg.h:2798:43: warning: field 'mSubtract' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SUBTRACT_OP, &mSubtract->Header) {
^
./VfrFormPkg.h:2811:46: warning: field 'mConditional' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_CONDITIONAL_OP, &mConditional->Header) {
^
./VfrFormPkg.h:2824:39: warning: field 'mFind' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FIND_OP, &mFind->Header) {
^
./VfrFormPkg.h:2841:38: warning: field 'mMid' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MID_OP, &mMid->Header) {
^
./VfrFormPkg.h:2854:40: warning: field 'mToken' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TOKEN_OP, &mToken->Header) {
^
./VfrFormPkg.h:2867:39: warning: field 'mSpan' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_SPAN_OP, &mSpan->Header) {
^
132 warnings generated.
BIN_DIR='.' make -C Pccts/dlg
cc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c dlg_p.c
dlg_p.c:77:20: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==LEXACTION) ) {
~~~~~^~~~~~~~~~~
dlg_p.c:77:20: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==LEXACTION) ) {
~ ^ ~
dlg_p.c:77:20: note: use '=' to turn this equality comparison into an assignment
if ( (LA(1)==LEXACTION) ) {
^~
=
dlg_p.c:81:22: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==LEXMEMBER) ) {
~~~~~^~~~~~~~~~~
dlg_p.c:81:22: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==LEXMEMBER) ) {
~ ^ ~
dlg_p.c:81:22: note: use '=' to turn this equality comparison into an assignment
if ( (LA(1)==LEXMEMBER) ) {
^~
=
dlg_p.c:85:24: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==LEXPREFIX) ) {
~~~~~^~~~~~~~~~~
dlg_p.c:85:24: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==LEXPREFIX) ) {
~ ^ ~
dlg_p.c:85:24: note: use '=' to turn this equality comparison into an assignment
if ( (LA(1)==LEXPREFIX) ) {
^~
=
dlg_p.c:89:26: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==PARSERCLASS) ) {
~~~~~^~~~~~~~~~~~~
dlg_p.c:89:26: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==PARSERCLASS) ) {
~ ^ ~
dlg_p.c:89:26: note: use '=' to turn this equality comparison into an assignment
if ( (LA(1)==PARSERCLASS) ) {
^~
=
dlg_p.c:93:28: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==ACTION) ) {
~~~~~^~~~~~~~
dlg_p.c:93:28: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==ACTION) ) {
~ ^ ~
dlg_p.c:93:28: note: use '=' to turn this equality comparison into an assignment
if ( (LA(1)==ACTION) ) {
^~
=
dlg_p.c:116:19: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
while ( (LA(1)==ACTION) ) {
~~~~~^~~~~~~~
dlg_p.c:116:19: note: remove extraneous parentheses around the comparison to
silence this warning
while ( (LA(1)==ACTION) ) {
~ ^ ~
dlg_p.c:116:19: note: use '=' to turn this equality comparison into an
assignment
while ( (LA(1)==ACTION) ) {
^~
=
dlg_p.c:151:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==PER_PER) ) {
~~~~~^~~~~~~~~
dlg_p.c:151:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==PER_PER) ) {
~ ^ ~
dlg_p.c:151:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==PER_PER) ) {
^~
=
dlg_p.c:156:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==NAME_PER_PER) ) {
~~~~~^~~~~~~~~~~~~~
dlg_p.c:156:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==NAME_PER_PER) ) {
~ ^ ~
dlg_p.c:156:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==NAME_PER_PER) ) {
^~
=
dlg_p.c:163:25: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
while ( (LA(1)==NAME_PER_PER) ) {
~~~~~^~~~~~~~~~~~~~
dlg_p.c:163:25: note: remove extraneous parentheses around the comparison to
silence this warning
while ( (LA(1)==NAME_PER_PER) ) {
~ ^ ~
dlg_p.c:163:25: note: use '=' to turn this equality comparison into an
assignment
while ( (LA(1)==NAME_PER_PER) ) {
^~
=
dlg_p.c:292:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==ACTION) ) {
~~~~~^~~~~~~~
dlg_p.c:292:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==ACTION) ) {
~ ^ ~
dlg_p.c:292:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==ACTION) ) {
^~
=
dlg_p.c:327:19: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
while ( (LA(1)==OR) ) {
~~~~~^~~~
dlg_p.c:327:19: note: remove extraneous parentheses around the comparison to
silence this warning
while ( (LA(1)==OR) ) {
~ ^ ~
dlg_p.c:327:19: note: use '=' to turn this equality comparison into an
assignment
while ( (LA(1)==OR) ) {
^~
=
dlg_p.c:410:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==ZERO_MORE) ) {
~~~~~^~~~~~~~~~~
dlg_p.c:410:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==ZERO_MORE) ) {
~ ^ ~
dlg_p.c:410:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==ZERO_MORE) ) {
^~
=
dlg_p.c:424:20: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==ONE_MORE) ) {
~~~~~^~~~~~~~~~
dlg_p.c:424:20: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==ONE_MORE) ) {
~ ^ ~
dlg_p.c:424:20: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==ONE_MORE) ) {
^~
=
dlg_p.c:441:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==ZERO_MORE) ) {
~~~~~^~~~~~~~~~~
dlg_p.c:441:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==ZERO_MORE) ) {
~ ^ ~
dlg_p.c:441:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==ZERO_MORE) ) {
^~
=
dlg_p.c:448:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==ONE_MORE) ) {
~~~~~^~~~~~~~~~
dlg_p.c:448:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==ONE_MORE) ) {
~ ^ ~
dlg_p.c:448:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==ONE_MORE) ) {
^~
=
dlg_p.c:479:14: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==L_BRACK) ) {
~~~~~^~~~~~~~~
dlg_p.c:479:14: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==L_BRACK) ) {
~ ^ ~
dlg_p.c:479:14: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==L_BRACK) ) {
^~
=
dlg_p.c:493:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==NOT) ) {
~~~~~^~~~~
dlg_p.c:493:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==NOT) ) {
~ ^ ~
dlg_p.c:493:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==NOT) ) {
^~
=
dlg_p.c:508:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==L_PAR) ) {
~~~~~^~~~~~~
dlg_p.c:508:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==L_PAR) ) {
~ ^ ~
dlg_p.c:508:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==L_PAR) ) {
^~
=
dlg_p.c:523:20: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==L_BRACE) ) {
~~~~~^~~~~~~~~
dlg_p.c:523:20: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==L_BRACE) ) {
~ ^ ~
dlg_p.c:523:20: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==L_BRACE) ) {
^~
=
dlg_p.c:621:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==RANGE) ) {
~~~~~^~~~~~~
dlg_p.c:621:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==RANGE) ) {
~ ^ ~
dlg_p.c:621:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==RANGE) ) {
^~
=
dlg_p.c:710:14: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==REGCHAR) ) {
~~~~~^~~~~~~~~
dlg_p.c:710:14: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==REGCHAR) ) {
~ ^ ~
dlg_p.c:710:14: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==REGCHAR) ) {
^~
=
dlg_p.c:717:16: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==OCTAL_VALUE) ) {
~~~~~^~~~~~~~~~~~~
dlg_p.c:717:16: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==OCTAL_VALUE) ) {
~ ^ ~
dlg_p.c:717:16: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==OCTAL_VALUE) ) {
^~
=
dlg_p.c:724:18: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==HEX_VALUE) ) {
~~~~~^~~~~~~~~~~
dlg_p.c:724:18: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==HEX_VALUE) ) {
~ ^ ~
dlg_p.c:724:18: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==HEX_VALUE) ) {
^~
=
dlg_p.c:731:20: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==DEC_VALUE) ) {
~~~~~^~~~~~~~~~~
dlg_p.c:731:20: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==DEC_VALUE) ) {
~ ^ ~
dlg_p.c:731:20: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==DEC_VALUE) ) {
^~
=
dlg_p.c:738:22: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==TAB) ) {
~~~~~^~~~~
dlg_p.c:738:22: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==TAB) ) {
~ ^ ~
dlg_p.c:738:22: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==TAB) ) {
^~
=
dlg_p.c:745:24: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==NL) ) {
~~~~~^~~~
dlg_p.c:745:24: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==NL) ) {
~ ^ ~
dlg_p.c:745:24: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==NL) ) {
^~
=
dlg_p.c:752:26: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==CR) ) {
~~~~~^~~~
dlg_p.c:752:26: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==CR) ) {
~ ^ ~
dlg_p.c:752:26: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==CR) ) {
^~
=
dlg_p.c:759:28: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==BS) ) {
~~~~~^~~~
dlg_p.c:759:28: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==BS) ) {
~ ^ ~
dlg_p.c:759:28: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==BS) ) {
^~
=
dlg_p.c:766:30: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==LIT) ) {
~~~~~^~~~~
dlg_p.c:766:30: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==LIT) ) {
~ ^ ~
dlg_p.c:766:30: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==LIT) ) {
^~
=
dlg_p.c:773:32: warning: equality comparison with extraneous parentheses
[-Wparentheses-equality]
if ( (LA(1)==L_EOF) ) {
~~~~~^~~~~~~
dlg_p.c:773:32: note: remove extraneous parentheses around the comparison to
silence this warning
if ( (LA(1)==L_EOF) ) {
~ ^ ~
dlg_p.c:773:32: note: use '=' to turn this equality comparison into an
assignment
if ( (LA(1)==L_EOF) ) {
^~
=
30 warnings generated.
cc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c dlg_a.c
cc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c main.c
cc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 err.c -o err.o
cc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 ../support/set/set.c
../support/set/set.c:557:13: warning: format specifies type 'int' but the
argument has type 'unsigned long' [-Wformat]
set_new(a, strlen(s));
~~~~~~~~~~~^~~~~~~~~
../support/set/set.h:58:74: note: expanded from macro 'set_new'
..."set_new: Cannot allocate set with max of %d\n", _max); \
~~ ^~~~
1 warning generated.
cc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 support.c -o support.o
cc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 output.c -o output.o
cc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 relabel.c -o relabel.o
cc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 automata.c -o automata.o
cc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -o ./dlg dlg_p.o dlg_a.o main.o err.o set.o support.o output.o relabel.o automata.o
Pccts/dlg/dlg -C2 -i -CC -cl VfrLexer -o . VfrParser.dlg
dlg Version 1.33MR33 1989-2001

g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ VfrLexer.cpp -o VfrLexer.o
In file included from VfrLexer.cpp:18:
./VfrFormPkg.h:644:56: warning: field 'mFormSet' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FORM_SET_OP, &mFormSet->Header, Size) {
^
./VfrFormPkg.h:679:47: warning: field 'mEnd' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_END_OP, &mEnd->Header) {}
^
./VfrFormPkg.h:688:64: warning: field 'mDefaultStore' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_DEFAULTSTORE_OP, &mDefaultS...
^
./VfrFormPkg.h:730:49: warning: field 'mForm' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FORM_OP, &mForm->Header) {
^
./VfrFormPkg.h:762:56: warning: field 'mFormMap' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FORM_MAP_OP, &mFormMap->Header) {
^
./VfrFormPkg.h:799:56: warning: field 'mVarStore' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_VARSTORE_OP, &mVarStore->Header) {
^
./VfrFormPkg.h:839:63: warning: field 'mVarStoreEfi' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_VARSTORE_EFI_OP, &mVarStoreE...
^
./VfrFormPkg.h:895:78: warning: field 'mVarStoreNameValue' is uninitialized when
used here [-Wuninitialized]
...CIfrOpHeader (EFI_IFR_VARSTORE_NAME_VALUE_OP, &mVarStoreNameValue->Heade...
^
./VfrFormPkg.h:915:51: warning: field 'mImage' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_IMAGE_OP, &mImage->Header) {
^
./VfrFormPkg.h:930:55: warning: field 'mModal' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MODAL_TAG_OP, &mModal->Header) {
^
./VfrFormPkg.h:941:53: warning: field 'mLocked' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_LOCKED_OP, &mLocked->Header) {}
^
./VfrFormPkg.h:951:49: warning: field 'mRule' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_RULE_OP, &mRule->Header) {
^
./VfrFormPkg.h:973:44: warning: field 'mDefault' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DEFAULT_OP, &mDefault->Header, Size) {
^
./VfrFormPkg.h:1001:44: warning: field 'mDefault' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_DEFAULT_OP, &mDefault->Header, sizeof (EFI...
^
./VfrFormPkg.h:1021:50: warning: field 'mValue' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_VALUE_OP, &mValue->Header) {}
^
./VfrFormPkg.h:1031:49: warning: field 'mRead' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_READ_OP, &mRead->Header) {}
^
./VfrFormPkg.h:1041:50: warning: field 'mWrite' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_WRITE_OP, &mWrite->Header) {}
^
./VfrFormPkg.h:1053:38: warning: field 'mGet' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GET_OP, &mGet->Header) {
^
./VfrFormPkg.h:1073:38: warning: field 'mSet' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_SET_OP, &mSet->Header) {
^
./VfrFormPkg.h:1091:55: warning: field 'mSubtitle' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SUBTITLE_OP, &mSubtitle->Header),
^
./VfrFormPkg.h:1092:25: warning: field 'mSubtitle' is uninitialized when used
here [-Wuninitialized]
CIfrStatementHeader (&mSubtitle->Statement) {
^
./VfrFormPkg.h:1111:48: warning: field 'mText' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TEXT_OP, &mText->Header),
^
./VfrFormPkg.h:1112:38: warning: field 'mText' is uninitialized when used here
[-Wuninitialized]
CIfrStatementHeader (&mText->Statement) {
^
./VfrFormPkg.h:1127:46: warning: field 'mRef' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef->Header),
^
./VfrFormPkg.h:1128:36: warning: field 'mRef' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef->Question) {
^
./VfrFormPkg.h:1143:47: warning: field 'mRef2' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef2->Header, sizeof (EFI...
^
./VfrFormPkg.h:1144:37: warning: field 'mRef2' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef2->Question) {
^
./VfrFormPkg.h:1164:47: warning: field 'mRef3' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef3->Header, sizeof (EFI...
^
./VfrFormPkg.h:1165:37: warning: field 'mRef3' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef3->Question) {
^
./VfrFormPkg.h:1190:47: warning: field 'mRef4' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef4->Header, sizeof(EFI_...
^
./VfrFormPkg.h:1191:37: warning: field 'mRef4' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef4->Question) {
^
./VfrFormPkg.h:1221:46: warning: field 'mRef5' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef5->Header, sizeof (EFI_...
^
./VfrFormPkg.h:1222:36: warning: field 'mRef5' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef5->Question) {
^
./VfrFormPkg.h:1232:64: warning: field 'mResetButton' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_RESET_BUTTON_OP, &mResetBut...
^
./VfrFormPkg.h:1233:25: warning: field 'mResetButton' is uninitialized when used
here [-Wuninitialized]
CIfrStatementHeader (&mResetButton->Statement) {
^
./VfrFormPkg.h:1248:58: warning: field 'mCheckBox' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_CHECKBOX_OP, &mCheckBox->Header),
^
./VfrFormPkg.h:1249:43: warning: field 'mCheckBox' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mCheckBox->Question) {
^
./VfrFormPkg.h:1288:52: warning: field 'mAction' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ACTION_OP, &mAction->Header),
^
./VfrFormPkg.h:1289:39: warning: field 'mAction' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mAction->Question) {
^
./VfrFormPkg.h:1304:48: warning: field 'mDate' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DATE_OP, &mDate->Header),
^
./VfrFormPkg.h:1305:37: warning: field 'mDate' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mDate->Question) {
^
./VfrFormPkg.h:1347:55: warning: field 'mNumeric' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_NUMERIC_OP, &mNumeric->Header),
^
./VfrFormPkg.h:1348:41: warning: field 'mNumeric' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mNumeric->Question),
^
./VfrFormPkg.h:1349:41: warning: field 'mNumeric' is uninitialized when used
here [-Wuninitialized]
CIfrMinMaxStepData (&mNumeric->data, TRUE) {
^
./VfrFormPkg.h:1408:52: warning: field 'mOneOf' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONE_OF_OP, &mOneOf->Header),
^
./VfrFormPkg.h:1409:39: warning: field 'mOneOf' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mOneOf->Question),
^
./VfrFormPkg.h:1410:39: warning: field 'mOneOf' is uninitialized when used here
[-Wuninitialized]
CIfrMinMaxStepData (&mOneOf->data) {
^
./VfrFormPkg.h:1465:52: warning: field 'mString' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_STRING_OP, &mString->Header),
^
./VfrFormPkg.h:1466:39: warning: field 'mString' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mString->Question) {
^
./VfrFormPkg.h:1507:57: warning: field 'mPassword' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_PASSWORD_OP, &mPassword->Header),
^
./VfrFormPkg.h:1508:42: warning: field 'mPassword' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mPassword->Question) {
^
./VfrFormPkg.h:1533:63: warning: field 'mOrderedList' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_ORDERED_LIST_OP, &mOrderedLi...
^
./VfrFormPkg.h:1534:44: warning: field 'mOrderedList' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mOrderedList->Question) {
^
./VfrFormPkg.h:1574:49: warning: field 'mTime' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TIME_OP, &mTime->Header),
^
./VfrFormPkg.h:1575:38: warning: field 'mTime' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mTime->Question) {
^
./VfrFormPkg.h:1618:58: warning: field 'mDisableIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_DISABLE_IF_OP, &mDisableIf->Header) {}
^
./VfrFormPkg.h:1627:61: warning: field 'mSuppressIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SUPPRESS_IF_OP, &mSuppressIf-...
^
./VfrFormPkg.h:1636:60: warning: field 'mGrayOutIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GRAY_OUT_IF_OP, &mGrayOutIf->H...
^
./VfrFormPkg.h:1645:68: warning: field 'mInconsistentIf' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_INCONSISTENT_IF_OP, &mInco...
^
./VfrFormPkg.h:1660:63: warning: field 'mWarningIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_WARNING_IF_OP, &mWarningIf...
^
./VfrFormPkg.h:1680:62: warning: field 'mNoSubmitIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_NO_SUBMIT_IF_OP, &mNoSubmitIf...
^
./VfrFormPkg.h:1695:54: warning: field 'mRefresh' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_REFRESH_OP, &mRefresh->Header) {
^
./VfrFormPkg.h:1710:45: warning: field 'mRefreshId' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_REFRESH_ID_OP, &mRefreshId->Header) {
^
./VfrFormPkg.h:1725:70: warning: field 'mVarStoreDevice' is uninitialized when
used here [-Wuninitialized]
...CIfrOpHeader (EFI_IFR_VARSTORE_DEVICE_OP, &mVarStoreDevice->Header) {
^
./VfrFormPkg.h:1740:65: warning: field 'mOneOfOption' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONE_OF_OPTION_OP, &mOneOfOp...
^
./VfrFormPkg.h:1815:49: warning: field 'mClass' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mClass->Header, sizeof (...
^
./VfrFormPkg.h:1832:53: warning: field 'mSubClass' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mSubClass->Header, s...
^
./VfrFormPkg.h:1849:49: warning: field 'mLabel' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mLabel->Header, sizeof (...
^
./VfrFormPkg.h:1865:51: warning: field 'mBanner' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mBanner->Header, sizeo...
^
./VfrFormPkg.h:1893:39: warning: field 'mOptionKey' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mOptionKey->Header, sizeof (EFI_IF...
^
./VfrFormPkg.h:1911:39: warning: field 'mVarEqName' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mVarEqName->Header, sizeof (EFI_IF...
^
./VfrFormPkg.h:1925:73: warning: field 'mTimeout' is uninitialized when used
here [-Wuninitialized]
...CIfrOpHeader (EFI_IFR_GUID_OP, &mTimeout->Header, sizeof (EFI_IFR_GUID_T...
^
./VfrFormPkg.h:1942:51: warning: field 'mGuid' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mGuid->Header, sizeof ...
^
./VfrFormPkg.h:1963:38: warning: field 'mDup' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DUP_OP, &mDup->Header) {
^
./VfrFormPkg.h:1976:54: warning: field 'mEqIdId' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQ_ID_ID_OP, &mEqIdId->Header) {
^
./VfrFormPkg.h:2015:44: warning: field 'mEqIdVal' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQ_ID_VAL_OP, &mEqIdVal->Header) {
^
./VfrFormPkg.h:2045:62: warning: field 'mEqIdVList' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQ_ID_VAL_LIST_OP, &mEqIdVList-...
^
./VfrFormPkg.h:2096:48: warning: field 'mQuestionRef1' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF1_OP, &mQuestionRef1->Header) {
^
./VfrFormPkg.h:2122:48: warning: field 'mQuestionRef2' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF2_OP, &mQuestionRef2->Header) {
^
./VfrFormPkg.h:2135:48: warning: field 'mQuestionRef3' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF3_OP, &mQuestionRef3->Header) {
^
./VfrFormPkg.h:2148:48: warning: field 'mQuestionRef3_2' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF3_OP, &mQuestionRef3_2->Header, ...
^
./VfrFormPkg.h:2166:48: warning: field 'mQuestionRef3_3' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF3_OP, &mQuestionRef3_3->Header, ...
^
./VfrFormPkg.h:2189:43: warning: field 'mRuleRef' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_RULE_REF_OP, &mRuleRef->Header) {
^
./VfrFormPkg.h:2207:46: warning: field 'mStringRef1' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_STRING_REF1_OP, &mStringRef1->Header) {
^
./VfrFormPkg.h:2225:46: warning: field 'mStringRef2' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_STRING_REF2_OP, &mStringRef2->Header) {
^
./VfrFormPkg.h:2238:39: warning: field 'mThis' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_THIS_OP, &mThis->Header) {
^
./VfrFormPkg.h:2251:43: warning: field 'mSecurity' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SECURITY_OP, &mSecurity->Header) {
^
./VfrFormPkg.h:2269:40: warning: field 'mUint8' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT8_OP, &mUint8->Header) {
^
./VfrFormPkg.h:2286:41: warning: field 'mUint16' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT16_OP, &mUint16->Header) {
^
./VfrFormPkg.h:2303:41: warning: field 'mUint32' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT32_OP, &mUint32->Header) {
^
./VfrFormPkg.h:2320:41: warning: field 'mUint64' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT64_OP, &mUint64->Header) {
^
./VfrFormPkg.h:2337:39: warning: field 'mTrue' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TRUE_OP, &mTrue->Header) {
^
./VfrFormPkg.h:2350:40: warning: field 'mFalse' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FALSE_OP, &mFalse->Header) {
^
./VfrFormPkg.h:2363:38: warning: field 'mOne' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONE_OP, &mOne->Header) {
^
./VfrFormPkg.h:2376:39: warning: field 'mOnes' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONES_OP, &mOnes->Header) {
^
./VfrFormPkg.h:2389:39: warning: field 'mZero' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ZERO_OP, &mZero->Header) {
^
./VfrFormPkg.h:2402:44: warning: field 'mUndefined' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_UNDEFINED_OP, &mUndefined->Header) {
^
./VfrFormPkg.h:2415:42: warning: field 'mVersion' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_VERSION_OP, &mVersion->Header) {
^
./VfrFormPkg.h:2428:41: warning: field 'mLength' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_LENGTH_OP, &mLength->Header) {
^
./VfrFormPkg.h:2441:38: warning: field 'mNot' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_NOT_OP, &mNot->Header) {
^
./VfrFormPkg.h:2454:46: warning: field 'mBitWise' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_BITWISE_NOT_OP, &mBitWise->Header) {
^
./VfrFormPkg.h:2467:45: warning: field 'mToBoolean' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_BOOLEAN_OP, &mToBoolean->Header) {
^
./VfrFormPkg.h:2480:44: warning: field 'mToString' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_STRING_OP, &mToString->Header) {
^
./VfrFormPkg.h:2497:42: warning: field 'mToUint' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_UINT_OP, &mToUint->Header) {
^
./VfrFormPkg.h:2510:43: warning: field 'mToUpper' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_UPPER_OP, &mToUpper->Header) {
^
./VfrFormPkg.h:2523:43: warning: field 'mToLower' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_LOWER_OP, &mToLower->Header) {
^
./VfrFormPkg.h:2536:38: warning: field 'mAdd' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ADD_OP, &mAdd->Header) {
^
./VfrFormPkg.h:2549:46: warning: field 'mBitWiseAnd' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_BITWISE_AND_OP, &mBitWiseAnd->Header) {
^
./VfrFormPkg.h:2562:45: warning: field 'mBitWiseOr' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_BITWISE_OR_OP, &mBitWiseOr->Header) {
^
./VfrFormPkg.h:2575:38: warning: field 'mAnd' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_AND_OP, &mAnd->Header) {
^
./VfrFormPkg.h:2588:43: warning: field 'mCatenate' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_CATENATE_OP, &mCatenate->Header) {
^
./VfrFormPkg.h:2601:41: warning: field 'mDivide' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DIVIDE_OP, &mDivide->Header) {
^
./VfrFormPkg.h:2614:40: warning: field 'mEqual' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQUAL_OP, &mEqual->Header) {
^
./VfrFormPkg.h:2627:48: warning: field 'mGreaterEqual' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GREATER_EQUAL_OP, &mGreaterEqual->Header) {
^
./VfrFormPkg.h:2640:47: warning: field 'mGreaterThan' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GREATER_THAN_OP, &mGreaterThan->Header) {
^
./VfrFormPkg.h:2653:45: warning: field 'mLessEqual' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_LESS_EQUAL_OP, &mLessEqual->Header) {
^
./VfrFormPkg.h:2666:44: warning: field 'mLessThan' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_LESS_THAN_OP, &mLessThan->Header) {
^
./VfrFormPkg.h:2679:38: warning: field 'mMap' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MAP_OP, &mMap->Header) {
^
./VfrFormPkg.h:2692:40: warning: field 'mMatch' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MATCH_OP, &mMatch->Header) {
^
./VfrFormPkg.h:2706:41: warning: field 'mMatch2' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MATCH2_OP, &mMatch2->Header) {
^
./VfrFormPkg.h:2720:43: warning: field 'mMultiply' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_MULTIPLY_OP, &mMultiply->Header) {
^
./VfrFormPkg.h:2733:41: warning: field 'mModulo' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MODULO_OP, &mModulo->Header) {
^
./VfrFormPkg.h:2746:44: warning: field 'mNotEqual' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_NOT_EQUAL_OP, &mNotEqual->Header) {
^
./VfrFormPkg.h:2759:37: warning: field 'mOr' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_OR_OP, &mOr->Header) {
^
./VfrFormPkg.h:2772:45: warning: field 'mShiftLeft' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SHIFT_LEFT_OP, &mShiftLeft->Header) {
^
./VfrFormPkg.h:2785:46: warning: field 'mShiftRight' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SHIFT_RIGHT_OP, &mShiftRight->Header) {
^
./VfrFormPkg.h:2798:43: warning: field 'mSubtract' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SUBTRACT_OP, &mSubtract->Header) {
^
./VfrFormPkg.h:2811:46: warning: field 'mConditional' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_CONDITIONAL_OP, &mConditional->Header) {
^
./VfrFormPkg.h:2824:39: warning: field 'mFind' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FIND_OP, &mFind->Header) {
^
./VfrFormPkg.h:2841:38: warning: field 'mMid' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MID_OP, &mMid->Header) {
^
./VfrFormPkg.h:2854:40: warning: field 'mToken' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TOKEN_OP, &mToken->Header) {
^
./VfrFormPkg.h:2867:39: warning: field 'mSpan' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_SPAN_OP, &mSpan->Header) {
^
132 warnings generated.
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ VfrSyntax.cpp -o VfrSyntax.o
In file included from VfrSyntax.cpp:20:
./VfrFormPkg.h:644:56: warning: field 'mFormSet' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FORM_SET_OP, &mFormSet->Header, Size) {
^
./VfrFormPkg.h:679:47: warning: field 'mEnd' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_END_OP, &mEnd->Header) {}
^
./VfrFormPkg.h:688:64: warning: field 'mDefaultStore' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_DEFAULTSTORE_OP, &mDefaultS...
^
./VfrFormPkg.h:730:49: warning: field 'mForm' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FORM_OP, &mForm->Header) {
^
./VfrFormPkg.h:762:56: warning: field 'mFormMap' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FORM_MAP_OP, &mFormMap->Header) {
^
./VfrFormPkg.h:799:56: warning: field 'mVarStore' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_VARSTORE_OP, &mVarStore->Header) {
^
./VfrFormPkg.h:839:63: warning: field 'mVarStoreEfi' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_VARSTORE_EFI_OP, &mVarStoreE...
^
./VfrFormPkg.h:895:78: warning: field 'mVarStoreNameValue' is uninitialized when
used here [-Wuninitialized]
...CIfrOpHeader (EFI_IFR_VARSTORE_NAME_VALUE_OP, &mVarStoreNameValue->Heade...
^
./VfrFormPkg.h:915:51: warning: field 'mImage' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_IMAGE_OP, &mImage->Header) {
^
./VfrFormPkg.h:930:55: warning: field 'mModal' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MODAL_TAG_OP, &mModal->Header) {
^
./VfrFormPkg.h:941:53: warning: field 'mLocked' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_LOCKED_OP, &mLocked->Header) {}
^
./VfrFormPkg.h:951:49: warning: field 'mRule' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_RULE_OP, &mRule->Header) {
^
./VfrFormPkg.h:973:44: warning: field 'mDefault' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DEFAULT_OP, &mDefault->Header, Size) {
^
./VfrFormPkg.h:1001:44: warning: field 'mDefault' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_DEFAULT_OP, &mDefault->Header, sizeof (EFI...
^
./VfrFormPkg.h:1021:50: warning: field 'mValue' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_VALUE_OP, &mValue->Header) {}
^
./VfrFormPkg.h:1031:49: warning: field 'mRead' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_READ_OP, &mRead->Header) {}
^
./VfrFormPkg.h:1041:50: warning: field 'mWrite' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_WRITE_OP, &mWrite->Header) {}
^
./VfrFormPkg.h:1053:38: warning: field 'mGet' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GET_OP, &mGet->Header) {
^
./VfrFormPkg.h:1073:38: warning: field 'mSet' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_SET_OP, &mSet->Header) {
^
./VfrFormPkg.h:1091:55: warning: field 'mSubtitle' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SUBTITLE_OP, &mSubtitle->Header),
^
./VfrFormPkg.h:1092:25: warning: field 'mSubtitle' is uninitialized when used
here [-Wuninitialized]
CIfrStatementHeader (&mSubtitle->Statement) {
^
./VfrFormPkg.h:1111:48: warning: field 'mText' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TEXT_OP, &mText->Header),
^
./VfrFormPkg.h:1112:38: warning: field 'mText' is uninitialized when used here
[-Wuninitialized]
CIfrStatementHeader (&mText->Statement) {
^
./VfrFormPkg.h:1127:46: warning: field 'mRef' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef->Header),
^
./VfrFormPkg.h:1128:36: warning: field 'mRef' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef->Question) {
^
./VfrFormPkg.h:1143:47: warning: field 'mRef2' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef2->Header, sizeof (EFI...
^
./VfrFormPkg.h:1144:37: warning: field 'mRef2' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef2->Question) {
^
./VfrFormPkg.h:1164:47: warning: field 'mRef3' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef3->Header, sizeof (EFI...
^
./VfrFormPkg.h:1165:37: warning: field 'mRef3' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef3->Question) {
^
./VfrFormPkg.h:1190:47: warning: field 'mRef4' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef4->Header, sizeof(EFI_...
^
./VfrFormPkg.h:1191:37: warning: field 'mRef4' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef4->Question) {
^
./VfrFormPkg.h:1221:46: warning: field 'mRef5' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef5->Header, sizeof (EFI_...
^
./VfrFormPkg.h:1222:36: warning: field 'mRef5' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef5->Question) {
^
./VfrFormPkg.h:1232:64: warning: field 'mResetButton' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_RESET_BUTTON_OP, &mResetBut...
^
./VfrFormPkg.h:1233:25: warning: field 'mResetButton' is uninitialized when used
here [-Wuninitialized]
CIfrStatementHeader (&mResetButton->Statement) {
^
./VfrFormPkg.h:1248:58: warning: field 'mCheckBox' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_CHECKBOX_OP, &mCheckBox->Header),
^
./VfrFormPkg.h:1249:43: warning: field 'mCheckBox' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mCheckBox->Question) {
^
./VfrFormPkg.h:1288:52: warning: field 'mAction' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ACTION_OP, &mAction->Header),
^
./VfrFormPkg.h:1289:39: warning: field 'mAction' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mAction->Question) {
^
./VfrFormPkg.h:1304:48: warning: field 'mDate' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DATE_OP, &mDate->Header),
^
./VfrFormPkg.h:1305:37: warning: field 'mDate' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mDate->Question) {
^
./VfrFormPkg.h:1347:55: warning: field 'mNumeric' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_NUMERIC_OP, &mNumeric->Header),
^
./VfrFormPkg.h:1348:41: warning: field 'mNumeric' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mNumeric->Question),
^
./VfrFormPkg.h:1349:41: warning: field 'mNumeric' is uninitialized when used
here [-Wuninitialized]
CIfrMinMaxStepData (&mNumeric->data, TRUE) {
^
./VfrFormPkg.h:1408:52: warning: field 'mOneOf' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONE_OF_OP, &mOneOf->Header),
^
./VfrFormPkg.h:1409:39: warning: field 'mOneOf' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mOneOf->Question),
^
./VfrFormPkg.h:1410:39: warning: field 'mOneOf' is uninitialized when used here
[-Wuninitialized]
CIfrMinMaxStepData (&mOneOf->data) {
^
./VfrFormPkg.h:1465:52: warning: field 'mString' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_STRING_OP, &mString->Header),
^
./VfrFormPkg.h:1466:39: warning: field 'mString' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mString->Question) {
^
./VfrFormPkg.h:1507:57: warning: field 'mPassword' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_PASSWORD_OP, &mPassword->Header),
^
./VfrFormPkg.h:1508:42: warning: field 'mPassword' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mPassword->Question) {
^
./VfrFormPkg.h:1533:63: warning: field 'mOrderedList' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_ORDERED_LIST_OP, &mOrderedLi...
^
./VfrFormPkg.h:1534:44: warning: field 'mOrderedList' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mOrderedList->Question) {
^
./VfrFormPkg.h:1574:49: warning: field 'mTime' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TIME_OP, &mTime->Header),
^
./VfrFormPkg.h:1575:38: warning: field 'mTime' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mTime->Question) {
^
./VfrFormPkg.h:1618:58: warning: field 'mDisableIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_DISABLE_IF_OP, &mDisableIf->Header) {}
^
./VfrFormPkg.h:1627:61: warning: field 'mSuppressIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SUPPRESS_IF_OP, &mSuppressIf-...
^
./VfrFormPkg.h:1636:60: warning: field 'mGrayOutIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GRAY_OUT_IF_OP, &mGrayOutIf->H...
^
./VfrFormPkg.h:1645:68: warning: field 'mInconsistentIf' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_INCONSISTENT_IF_OP, &mInco...
^
./VfrFormPkg.h:1660:63: warning: field 'mWarningIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_WARNING_IF_OP, &mWarningIf...
^
./VfrFormPkg.h:1680:62: warning: field 'mNoSubmitIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_NO_SUBMIT_IF_OP, &mNoSubmitIf...
^
./VfrFormPkg.h:1695:54: warning: field 'mRefresh' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_REFRESH_OP, &mRefresh->Header) {
^
./VfrFormPkg.h:1710:45: warning: field 'mRefreshId' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_REFRESH_ID_OP, &mRefreshId->Header) {
^
./VfrFormPkg.h:1725:70: warning: field 'mVarStoreDevice' is uninitialized when
used here [-Wuninitialized]
...CIfrOpHeader (EFI_IFR_VARSTORE_DEVICE_OP, &mVarStoreDevice->Header) {
^
./VfrFormPkg.h:1740:65: warning: field 'mOneOfOption' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONE_OF_OPTION_OP, &mOneOfOp...
^
./VfrFormPkg.h:1815:49: warning: field 'mClass' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mClass->Header, sizeof (...
^
./VfrFormPkg.h:1832:53: warning: field 'mSubClass' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mSubClass->Header, s...
^
./VfrFormPkg.h:1849:49: warning: field 'mLabel' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mLabel->Header, sizeof (...
^
./VfrFormPkg.h:1865:51: warning: field 'mBanner' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mBanner->Header, sizeo...
^
./VfrFormPkg.h:1893:39: warning: field 'mOptionKey' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mOptionKey->Header, sizeof (EFI_IF...
^
./VfrFormPkg.h:1911:39: warning: field 'mVarEqName' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mVarEqName->Header, sizeof (EFI_IF...
^
./VfrFormPkg.h:1925:73: warning: field 'mTimeout' is uninitialized when used
here [-Wuninitialized]
...CIfrOpHeader (EFI_IFR_GUID_OP, &mTimeout->Header, sizeof (EFI_IFR_GUID_T...
^
./VfrFormPkg.h:1942:51: warning: field 'mGuid' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mGuid->Header, sizeof ...
^
./VfrFormPkg.h:1963:38: warning: field 'mDup' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DUP_OP, &mDup->Header) {
^
./VfrFormPkg.h:1976:54: warning: field 'mEqIdId' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQ_ID_ID_OP, &mEqIdId->Header) {
^
./VfrFormPkg.h:2015:44: warning: field 'mEqIdVal' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQ_ID_VAL_OP, &mEqIdVal->Header) {
^
./VfrFormPkg.h:2045:62: warning: field 'mEqIdVList' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQ_ID_VAL_LIST_OP, &mEqIdVList-...
^
./VfrFormPkg.h:2096:48: warning: field 'mQuestionRef1' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF1_OP, &mQuestionRef1->Header) {
^
./VfrFormPkg.h:2122:48: warning: field 'mQuestionRef2' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF2_OP, &mQuestionRef2->Header) {
^
./VfrFormPkg.h:2135:48: warning: field 'mQuestionRef3' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF3_OP, &mQuestionRef3->Header) {
^
./VfrFormPkg.h:2148:48: warning: field 'mQuestionRef3_2' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF3_OP, &mQuestionRef3_2->Header, ...
^
./VfrFormPkg.h:2166:48: warning: field 'mQuestionRef3_3' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF3_OP, &mQuestionRef3_3->Header, ...
^
./VfrFormPkg.h:2189:43: warning: field 'mRuleRef' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_RULE_REF_OP, &mRuleRef->Header) {
^
./VfrFormPkg.h:2207:46: warning: field 'mStringRef1' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_STRING_REF1_OP, &mStringRef1->Header) {
^
./VfrFormPkg.h:2225:46: warning: field 'mStringRef2' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_STRING_REF2_OP, &mStringRef2->Header) {
^
./VfrFormPkg.h:2238:39: warning: field 'mThis' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_THIS_OP, &mThis->Header) {
^
./VfrFormPkg.h:2251:43: warning: field 'mSecurity' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SECURITY_OP, &mSecurity->Header) {
^
./VfrFormPkg.h:2269:40: warning: field 'mUint8' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT8_OP, &mUint8->Header) {
^
./VfrFormPkg.h:2286:41: warning: field 'mUint16' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT16_OP, &mUint16->Header) {
^
./VfrFormPkg.h:2303:41: warning: field 'mUint32' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT32_OP, &mUint32->Header) {
^
./VfrFormPkg.h:2320:41: warning: field 'mUint64' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT64_OP, &mUint64->Header) {
^
./VfrFormPkg.h:2337:39: warning: field 'mTrue' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TRUE_OP, &mTrue->Header) {
^
./VfrFormPkg.h:2350:40: warning: field 'mFalse' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FALSE_OP, &mFalse->Header) {
^
./VfrFormPkg.h:2363:38: warning: field 'mOne' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONE_OP, &mOne->Header) {
^
./VfrFormPkg.h:2376:39: warning: field 'mOnes' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONES_OP, &mOnes->Header) {
^
./VfrFormPkg.h:2389:39: warning: field 'mZero' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ZERO_OP, &mZero->Header) {
^
./VfrFormPkg.h:2402:44: warning: field 'mUndefined' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_UNDEFINED_OP, &mUndefined->Header) {
^
./VfrFormPkg.h:2415:42: warning: field 'mVersion' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_VERSION_OP, &mVersion->Header) {
^
./VfrFormPkg.h:2428:41: warning: field 'mLength' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_LENGTH_OP, &mLength->Header) {
^
./VfrFormPkg.h:2441:38: warning: field 'mNot' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_NOT_OP, &mNot->Header) {
^
./VfrFormPkg.h:2454:46: warning: field 'mBitWise' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_BITWISE_NOT_OP, &mBitWise->Header) {
^
./VfrFormPkg.h:2467:45: warning: field 'mToBoolean' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_BOOLEAN_OP, &mToBoolean->Header) {
^
./VfrFormPkg.h:2480:44: warning: field 'mToString' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_STRING_OP, &mToString->Header) {
^
./VfrFormPkg.h:2497:42: warning: field 'mToUint' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_UINT_OP, &mToUint->Header) {
^
./VfrFormPkg.h:2510:43: warning: field 'mToUpper' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_UPPER_OP, &mToUpper->Header) {
^
./VfrFormPkg.h:2523:43: warning: field 'mToLower' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_LOWER_OP, &mToLower->Header) {
^
./VfrFormPkg.h:2536:38: warning: field 'mAdd' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ADD_OP, &mAdd->Header) {
^
./VfrFormPkg.h:2549:46: warning: field 'mBitWiseAnd' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_BITWISE_AND_OP, &mBitWiseAnd->Header) {
^
./VfrFormPkg.h:2562:45: warning: field 'mBitWiseOr' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_BITWISE_OR_OP, &mBitWiseOr->Header) {
^
./VfrFormPkg.h:2575:38: warning: field 'mAnd' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_AND_OP, &mAnd->Header) {
^
./VfrFormPkg.h:2588:43: warning: field 'mCatenate' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_CATENATE_OP, &mCatenate->Header) {
^
./VfrFormPkg.h:2601:41: warning: field 'mDivide' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DIVIDE_OP, &mDivide->Header) {
^
./VfrFormPkg.h:2614:40: warning: field 'mEqual' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQUAL_OP, &mEqual->Header) {
^
./VfrFormPkg.h:2627:48: warning: field 'mGreaterEqual' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GREATER_EQUAL_OP, &mGreaterEqual->Header) {
^
./VfrFormPkg.h:2640:47: warning: field 'mGreaterThan' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GREATER_THAN_OP, &mGreaterThan->Header) {
^
./VfrFormPkg.h:2653:45: warning: field 'mLessEqual' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_LESS_EQUAL_OP, &mLessEqual->Header) {
^
./VfrFormPkg.h:2666:44: warning: field 'mLessThan' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_LESS_THAN_OP, &mLessThan->Header) {
^
./VfrFormPkg.h:2679:38: warning: field 'mMap' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MAP_OP, &mMap->Header) {
^
./VfrFormPkg.h:2692:40: warning: field 'mMatch' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MATCH_OP, &mMatch->Header) {
^
./VfrFormPkg.h:2706:41: warning: field 'mMatch2' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MATCH2_OP, &mMatch2->Header) {
^
./VfrFormPkg.h:2720:43: warning: field 'mMultiply' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_MULTIPLY_OP, &mMultiply->Header) {
^
./VfrFormPkg.h:2733:41: warning: field 'mModulo' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MODULO_OP, &mModulo->Header) {
^
./VfrFormPkg.h:2746:44: warning: field 'mNotEqual' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_NOT_EQUAL_OP, &mNotEqual->Header) {
^
./VfrFormPkg.h:2759:37: warning: field 'mOr' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_OR_OP, &mOr->Header) {
^
./VfrFormPkg.h:2772:45: warning: field 'mShiftLeft' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SHIFT_LEFT_OP, &mShiftLeft->Header) {
^
./VfrFormPkg.h:2785:46: warning: field 'mShiftRight' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SHIFT_RIGHT_OP, &mShiftRight->Header) {
^
./VfrFormPkg.h:2798:43: warning: field 'mSubtract' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SUBTRACT_OP, &mSubtract->Header) {
^
./VfrFormPkg.h:2811:46: warning: field 'mConditional' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_CONDITIONAL_OP, &mConditional->Header) {
^
./VfrFormPkg.h:2824:39: warning: field 'mFind' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FIND_OP, &mFind->Header) {
^
./VfrFormPkg.h:2841:38: warning: field 'mMid' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MID_OP, &mMid->Header) {
^
./VfrFormPkg.h:2854:40: warning: field 'mToken' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TOKEN_OP, &mToken->Header) {
^
./VfrFormPkg.h:2867:39: warning: field 'mSpan' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_SPAN_OP, &mSpan->Header) {
^
VfrSyntax.cpp:59:3: warning: control reaches end of non-void function
[-Wreturn-type]
}
^
VfrSyntax.cpp:1004:47: warning: while loop has empty body [-Wempty-body]
{CIfrClass CObj;SET_LINE_INFO (CObj, FC); CObj.SetClass©;}
^
VfrSyntax.cpp:1004:47: note: put the semicolon on a separate line to silence
this warning
VfrSyntax.cpp:1021:54: warning: while loop has empty body [-Wempty-body]
{CIfrSubClass SCObj; SET_LINE_INFO (SCObj, FSC); SCObj.SetSubClass(SC);}
^
VfrSyntax.cpp:1021:54: note: put the semicolon on a separate line to silence
this warning
VfrSyntax.cpp:3845:88: warning: expression result unused [-Wunused-value]
...) {zzfailed_pred(" mCompatibleMode",0 /* report */, { 0; /* no user act...
^
Pccts/h/AParser.h:340:44: note: expanded from macro 'zzfailed_pred'
zzfailed_pred_action(_p,_hasuseraction,_useraction) \
^~~~~~~~~~~
Pccts/h/AParser.h:351:27: note: expanded from macro 'zzfailed_pred_action'
if (_hasuseraction) { _useraction } else { failedSemanticPredicate(_p); }
^~~~~~~~~~~
VfrSyntax.cpp:3865:88: warning: expression result unused [-Wunused-value]
...) {zzfailed_pred(" mCompatibleMode",0 /* report */, { 0; /* no user act...
^
Pccts/h/AParser.h:340:44: note: expanded from macro 'zzfailed_pred'
zzfailed_pred_action(_p,_hasuseraction,_useraction) \
^~~~~~~~~~~
Pccts/h/AParser.h:351:27: note: expanded from macro 'zzfailed_pred_action'
if (_hasuseraction) { _useraction } else { failedSemanticPredicate(_p); }
^~~~~~~~~~~
VfrSyntax.cpp:6149:17: warning: while loop has empty body [-Wempty-body]
CRT_END_OP (E); gIsStringOp = FALSE;
^
VfrSyntax.cpp:6149:17: note: put the semicolon on a separate line to silence
this warning
VfrSyntax.cpp:6435:17: warning: while loop has empty body [-Wempty-body]
CRT_END_OP (E); gIsOrderedList = FALSE;
^
VfrSyntax.cpp:6435:17: note: put the semicolon on a separate line to silence
this warning
VfrSyntax.cpp:7380:35: warning: while loop has empty body [-Wempty-body]
if (GrayOutExist) CRT_END_OP (E); CRT_END_OP (E);
^
VfrSyntax.cpp:7380:35: note: put the semicolon on a separate line to silence
this warning
VfrSyntax.cpp:7443:36: warning: while loop has empty body [-Wempty-body]
if (SuppressExist) CRT_END_OP (E); CRT_END_OP (E);
^
VfrSyntax.cpp:7443:36: note: put the semicolon on a separate line to silence
this warning
141 warnings generated.
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ VfrFormPkg.cpp -o VfrFormPkg.o
In file included from VfrFormPkg.cpp:17:
./VfrFormPkg.h:644:56: warning: field 'mFormSet' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FORM_SET_OP, &mFormSet->Header, Size) {
^
./VfrFormPkg.h:679:47: warning: field 'mEnd' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_END_OP, &mEnd->Header) {}
^
./VfrFormPkg.h:688:64: warning: field 'mDefaultStore' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_DEFAULTSTORE_OP, &mDefaultS...
^
./VfrFormPkg.h:730:49: warning: field 'mForm' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FORM_OP, &mForm->Header) {
^
./VfrFormPkg.h:762:56: warning: field 'mFormMap' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FORM_MAP_OP, &mFormMap->Header) {
^
./VfrFormPkg.h:799:56: warning: field 'mVarStore' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_VARSTORE_OP, &mVarStore->Header) {
^
./VfrFormPkg.h:839:63: warning: field 'mVarStoreEfi' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_VARSTORE_EFI_OP, &mVarStoreE...
^
./VfrFormPkg.h:895:78: warning: field 'mVarStoreNameValue' is uninitialized when
used here [-Wuninitialized]
...CIfrOpHeader (EFI_IFR_VARSTORE_NAME_VALUE_OP, &mVarStoreNameValue->Heade...
^
./VfrFormPkg.h:915:51: warning: field 'mImage' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_IMAGE_OP, &mImage->Header) {
^
./VfrFormPkg.h:930:55: warning: field 'mModal' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MODAL_TAG_OP, &mModal->Header) {
^
./VfrFormPkg.h:941:53: warning: field 'mLocked' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_LOCKED_OP, &mLocked->Header) {}
^
./VfrFormPkg.h:951:49: warning: field 'mRule' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_RULE_OP, &mRule->Header) {
^
./VfrFormPkg.h:973:44: warning: field 'mDefault' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DEFAULT_OP, &mDefault->Header, Size) {
^
./VfrFormPkg.h:1001:44: warning: field 'mDefault' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_DEFAULT_OP, &mDefault->Header, sizeof (EFI...
^
./VfrFormPkg.h:1021:50: warning: field 'mValue' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_VALUE_OP, &mValue->Header) {}
^
./VfrFormPkg.h:1031:49: warning: field 'mRead' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_READ_OP, &mRead->Header) {}
^
./VfrFormPkg.h:1041:50: warning: field 'mWrite' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_WRITE_OP, &mWrite->Header) {}
^
./VfrFormPkg.h:1053:38: warning: field 'mGet' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GET_OP, &mGet->Header) {
^
./VfrFormPkg.h:1073:38: warning: field 'mSet' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_SET_OP, &mSet->Header) {
^
./VfrFormPkg.h:1091:55: warning: field 'mSubtitle' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SUBTITLE_OP, &mSubtitle->Header),
^
./VfrFormPkg.h:1092:25: warning: field 'mSubtitle' is uninitialized when used
here [-Wuninitialized]
CIfrStatementHeader (&mSubtitle->Statement) {
^
./VfrFormPkg.h:1111:48: warning: field 'mText' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TEXT_OP, &mText->Header),
^
./VfrFormPkg.h:1112:38: warning: field 'mText' is uninitialized when used here
[-Wuninitialized]
CIfrStatementHeader (&mText->Statement) {
^
./VfrFormPkg.h:1127:46: warning: field 'mRef' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef->Header),
^
./VfrFormPkg.h:1128:36: warning: field 'mRef' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef->Question) {
^
./VfrFormPkg.h:1143:47: warning: field 'mRef2' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef2->Header, sizeof (EFI...
^
./VfrFormPkg.h:1144:37: warning: field 'mRef2' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef2->Question) {
^
./VfrFormPkg.h:1164:47: warning: field 'mRef3' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef3->Header, sizeof (EFI...
^
./VfrFormPkg.h:1165:37: warning: field 'mRef3' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef3->Question) {
^
./VfrFormPkg.h:1190:47: warning: field 'mRef4' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef4->Header, sizeof(EFI_...
^
./VfrFormPkg.h:1191:37: warning: field 'mRef4' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef4->Question) {
^
./VfrFormPkg.h:1221:46: warning: field 'mRef5' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef5->Header, sizeof (EFI_...
^
./VfrFormPkg.h:1222:36: warning: field 'mRef5' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef5->Question) {
^
./VfrFormPkg.h:1232:64: warning: field 'mResetButton' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_RESET_BUTTON_OP, &mResetBut...
^
./VfrFormPkg.h:1233:25: warning: field 'mResetButton' is uninitialized when used
here [-Wuninitialized]
CIfrStatementHeader (&mResetButton->Statement) {
^
./VfrFormPkg.h:1248:58: warning: field 'mCheckBox' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_CHECKBOX_OP, &mCheckBox->Header),
^
./VfrFormPkg.h:1249:43: warning: field 'mCheckBox' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mCheckBox->Question) {
^
./VfrFormPkg.h:1288:52: warning: field 'mAction' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ACTION_OP, &mAction->Header),
^
./VfrFormPkg.h:1289:39: warning: field 'mAction' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mAction->Question) {
^
./VfrFormPkg.h:1304:48: warning: field 'mDate' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DATE_OP, &mDate->Header),
^
./VfrFormPkg.h:1305:37: warning: field 'mDate' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mDate->Question) {
^
./VfrFormPkg.h:1347:55: warning: field 'mNumeric' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_NUMERIC_OP, &mNumeric->Header),
^
./VfrFormPkg.h:1348:41: warning: field 'mNumeric' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mNumeric->Question),
^
./VfrFormPkg.h:1349:41: warning: field 'mNumeric' is uninitialized when used
here [-Wuninitialized]
CIfrMinMaxStepData (&mNumeric->data, TRUE) {
^
./VfrFormPkg.h:1408:52: warning: field 'mOneOf' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONE_OF_OP, &mOneOf->Header),
^
./VfrFormPkg.h:1409:39: warning: field 'mOneOf' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mOneOf->Question),
^
./VfrFormPkg.h:1410:39: warning: field 'mOneOf' is uninitialized when used here
[-Wuninitialized]
CIfrMinMaxStepData (&mOneOf->data) {
^
./VfrFormPkg.h:1465:52: warning: field 'mString' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_STRING_OP, &mString->Header),
^
./VfrFormPkg.h:1466:39: warning: field 'mString' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mString->Question) {
^
./VfrFormPkg.h:1507:57: warning: field 'mPassword' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_PASSWORD_OP, &mPassword->Header),
^
./VfrFormPkg.h:1508:42: warning: field 'mPassword' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mPassword->Question) {
^
./VfrFormPkg.h:1533:63: warning: field 'mOrderedList' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_ORDERED_LIST_OP, &mOrderedLi...
^
./VfrFormPkg.h:1534:44: warning: field 'mOrderedList' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mOrderedList->Question) {
^
./VfrFormPkg.h:1574:49: warning: field 'mTime' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TIME_OP, &mTime->Header),
^
./VfrFormPkg.h:1575:38: warning: field 'mTime' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mTime->Question) {
^
./VfrFormPkg.h:1618:58: warning: field 'mDisableIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_DISABLE_IF_OP, &mDisableIf->Header) {}
^
./VfrFormPkg.h:1627:61: warning: field 'mSuppressIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SUPPRESS_IF_OP, &mSuppressIf-...
^
./VfrFormPkg.h:1636:60: warning: field 'mGrayOutIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GRAY_OUT_IF_OP, &mGrayOutIf->H...
^
./VfrFormPkg.h:1645:68: warning: field 'mInconsistentIf' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_INCONSISTENT_IF_OP, &mInco...
^
./VfrFormPkg.h:1660:63: warning: field 'mWarningIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_WARNING_IF_OP, &mWarningIf...
^
./VfrFormPkg.h:1680:62: warning: field 'mNoSubmitIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_NO_SUBMIT_IF_OP, &mNoSubmitIf...
^
./VfrFormPkg.h:1695:54: warning: field 'mRefresh' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_REFRESH_OP, &mRefresh->Header) {
^
./VfrFormPkg.h:1710:45: warning: field 'mRefreshId' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_REFRESH_ID_OP, &mRefreshId->Header) {
^
./VfrFormPkg.h:1725:70: warning: field 'mVarStoreDevice' is uninitialized when
used here [-Wuninitialized]
...CIfrOpHeader (EFI_IFR_VARSTORE_DEVICE_OP, &mVarStoreDevice->Header) {
^
./VfrFormPkg.h:1740:65: warning: field 'mOneOfOption' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONE_OF_OPTION_OP, &mOneOfOp...
^
./VfrFormPkg.h:1815:49: warning: field 'mClass' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mClass->Header, sizeof (...
^
./VfrFormPkg.h:1832:53: warning: field 'mSubClass' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mSubClass->Header, s...
^
./VfrFormPkg.h:1849:49: warning: field 'mLabel' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mLabel->Header, sizeof (...
^
./VfrFormPkg.h:1865:51: warning: field 'mBanner' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mBanner->Header, sizeo...
^
./VfrFormPkg.h:1893:39: warning: field 'mOptionKey' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mOptionKey->Header, sizeof (EFI_IF...
^
./VfrFormPkg.h:1911:39: warning: field 'mVarEqName' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mVarEqName->Header, sizeof (EFI_IF...
^
./VfrFormPkg.h:1925:73: warning: field 'mTimeout' is uninitialized when used
here [-Wuninitialized]
...CIfrOpHeader (EFI_IFR_GUID_OP, &mTimeout->Header, sizeof (EFI_IFR_GUID_T...
^
./VfrFormPkg.h:1942:51: warning: field 'mGuid' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mGuid->Header, sizeof ...
^
./VfrFormPkg.h:1963:38: warning: field 'mDup' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DUP_OP, &mDup->Header) {
^
./VfrFormPkg.h:1976:54: warning: field 'mEqIdId' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQ_ID_ID_OP, &mEqIdId->Header) {
^
./VfrFormPkg.h:2015:44: warning: field 'mEqIdVal' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQ_ID_VAL_OP, &mEqIdVal->Header) {
^
./VfrFormPkg.h:2045:62: warning: field 'mEqIdVList' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQ_ID_VAL_LIST_OP, &mEqIdVList-...
^
./VfrFormPkg.h:2096:48: warning: field 'mQuestionRef1' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF1_OP, &mQuestionRef1->Header) {
^
./VfrFormPkg.h:2122:48: warning: field 'mQuestionRef2' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF2_OP, &mQuestionRef2->Header) {
^
./VfrFormPkg.h:2135:48: warning: field 'mQuestionRef3' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF3_OP, &mQuestionRef3->Header) {
^
./VfrFormPkg.h:2148:48: warning: field 'mQuestionRef3_2' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF3_OP, &mQuestionRef3_2->Header, ...
^
./VfrFormPkg.h:2166:48: warning: field 'mQuestionRef3_3' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF3_OP, &mQuestionRef3_3->Header, ...
^
./VfrFormPkg.h:2189:43: warning: field 'mRuleRef' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_RULE_REF_OP, &mRuleRef->Header) {
^
./VfrFormPkg.h:2207:46: warning: field 'mStringRef1' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_STRING_REF1_OP, &mStringRef1->Header) {
^
./VfrFormPkg.h:2225:46: warning: field 'mStringRef2' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_STRING_REF2_OP, &mStringRef2->Header) {
^
./VfrFormPkg.h:2238:39: warning: field 'mThis' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_THIS_OP, &mThis->Header) {
^
./VfrFormPkg.h:2251:43: warning: field 'mSecurity' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SECURITY_OP, &mSecurity->Header) {
^
./VfrFormPkg.h:2269:40: warning: field 'mUint8' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT8_OP, &mUint8->Header) {
^
./VfrFormPkg.h:2286:41: warning: field 'mUint16' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT16_OP, &mUint16->Header) {
^
./VfrFormPkg.h:2303:41: warning: field 'mUint32' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT32_OP, &mUint32->Header) {
^
./VfrFormPkg.h:2320:41: warning: field 'mUint64' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT64_OP, &mUint64->Header) {
^
./VfrFormPkg.h:2337:39: warning: field 'mTrue' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TRUE_OP, &mTrue->Header) {
^
./VfrFormPkg.h:2350:40: warning: field 'mFalse' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FALSE_OP, &mFalse->Header) {
^
./VfrFormPkg.h:2363:38: warning: field 'mOne' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONE_OP, &mOne->Header) {
^
./VfrFormPkg.h:2376:39: warning: field 'mOnes' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONES_OP, &mOnes->Header) {
^
./VfrFormPkg.h:2389:39: warning: field 'mZero' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ZERO_OP, &mZero->Header) {
^
./VfrFormPkg.h:2402:44: warning: field 'mUndefined' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_UNDEFINED_OP, &mUndefined->Header) {
^
./VfrFormPkg.h:2415:42: warning: field 'mVersion' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_VERSION_OP, &mVersion->Header) {
^
./VfrFormPkg.h:2428:41: warning: field 'mLength' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_LENGTH_OP, &mLength->Header) {
^
./VfrFormPkg.h:2441:38: warning: field 'mNot' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_NOT_OP, &mNot->Header) {
^
./VfrFormPkg.h:2454:46: warning: field 'mBitWise' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_BITWISE_NOT_OP, &mBitWise->Header) {
^
./VfrFormPkg.h:2467:45: warning: field 'mToBoolean' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_BOOLEAN_OP, &mToBoolean->Header) {
^
./VfrFormPkg.h:2480:44: warning: field 'mToString' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_STRING_OP, &mToString->Header) {
^
./VfrFormPkg.h:2497:42: warning: field 'mToUint' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_UINT_OP, &mToUint->Header) {
^
./VfrFormPkg.h:2510:43: warning: field 'mToUpper' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_UPPER_OP, &mToUpper->Header) {
^
./VfrFormPkg.h:2523:43: warning: field 'mToLower' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_LOWER_OP, &mToLower->Header) {
^
./VfrFormPkg.h:2536:38: warning: field 'mAdd' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ADD_OP, &mAdd->Header) {
^
./VfrFormPkg.h:2549:46: warning: field 'mBitWiseAnd' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_BITWISE_AND_OP, &mBitWiseAnd->Header) {
^
./VfrFormPkg.h:2562:45: warning: field 'mBitWiseOr' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_BITWISE_OR_OP, &mBitWiseOr->Header) {
^
./VfrFormPkg.h:2575:38: warning: field 'mAnd' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_AND_OP, &mAnd->Header) {
^
./VfrFormPkg.h:2588:43: warning: field 'mCatenate' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_CATENATE_OP, &mCatenate->Header) {
^
./VfrFormPkg.h:2601:41: warning: field 'mDivide' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DIVIDE_OP, &mDivide->Header) {
^
./VfrFormPkg.h:2614:40: warning: field 'mEqual' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQUAL_OP, &mEqual->Header) {
^
./VfrFormPkg.h:2627:48: warning: field 'mGreaterEqual' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GREATER_EQUAL_OP, &mGreaterEqual->Header) {
^
./VfrFormPkg.h:2640:47: warning: field 'mGreaterThan' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GREATER_THAN_OP, &mGreaterThan->Header) {
^
./VfrFormPkg.h:2653:45: warning: field 'mLessEqual' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_LESS_EQUAL_OP, &mLessEqual->Header) {
^
./VfrFormPkg.h:2666:44: warning: field 'mLessThan' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_LESS_THAN_OP, &mLessThan->Header) {
^
./VfrFormPkg.h:2679:38: warning: field 'mMap' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MAP_OP, &mMap->Header) {
^
./VfrFormPkg.h:2692:40: warning: field 'mMatch' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MATCH_OP, &mMatch->Header) {
^
./VfrFormPkg.h:2706:41: warning: field 'mMatch2' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MATCH2_OP, &mMatch2->Header) {
^
./VfrFormPkg.h:2720:43: warning: field 'mMultiply' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_MULTIPLY_OP, &mMultiply->Header) {
^
./VfrFormPkg.h:2733:41: warning: field 'mModulo' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MODULO_OP, &mModulo->Header) {
^
./VfrFormPkg.h:2746:44: warning: field 'mNotEqual' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_NOT_EQUAL_OP, &mNotEqual->Header) {
^
./VfrFormPkg.h:2759:37: warning: field 'mOr' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_OR_OP, &mOr->Header) {
^
./VfrFormPkg.h:2772:45: warning: field 'mShiftLeft' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SHIFT_LEFT_OP, &mShiftLeft->Header) {
^
./VfrFormPkg.h:2785:46: warning: field 'mShiftRight' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SHIFT_RIGHT_OP, &mShiftRight->Header) {
^
./VfrFormPkg.h:2798:43: warning: field 'mSubtract' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SUBTRACT_OP, &mSubtract->Header) {
^
./VfrFormPkg.h:2811:46: warning: field 'mConditional' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_CONDITIONAL_OP, &mConditional->Header) {
^
./VfrFormPkg.h:2824:39: warning: field 'mFind' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FIND_OP, &mFind->Header) {
^
./VfrFormPkg.h:2841:38: warning: field 'mMid' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MID_OP, &mMid->Header) {
^
./VfrFormPkg.h:2854:40: warning: field 'mToken' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TOKEN_OP, &mToken->Header) {
^
./VfrFormPkg.h:2867:39: warning: field 'mSpan' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_SPAN_OP, &mSpan->Header) {
^
VfrFormPkg.cpp:1360:35: warning: conversion from string literal to 'CHAR8 *'
(aka 'char *') is deprecated [-Wc++11-compat-deprecated-writable-strings]
gCVfrErrorHandle.PrintMsg (0, "Error", "Can not find the adjust offs...
^
133 warnings generated.
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ VfrError.cpp -o VfrError.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ VfrUtilityLib.cpp -o VfrUtilityLib.o
In file included from VfrUtilityLib.cpp:20:
./VfrFormPkg.h:644:56: warning: field 'mFormSet' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FORM_SET_OP, &mFormSet->Header, Size) {
^
./VfrFormPkg.h:679:47: warning: field 'mEnd' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_END_OP, &mEnd->Header) {}
^
./VfrFormPkg.h:688:64: warning: field 'mDefaultStore' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_DEFAULTSTORE_OP, &mDefaultS...
^
./VfrFormPkg.h:730:49: warning: field 'mForm' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FORM_OP, &mForm->Header) {
^
./VfrFormPkg.h:762:56: warning: field 'mFormMap' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FORM_MAP_OP, &mFormMap->Header) {
^
./VfrFormPkg.h:799:56: warning: field 'mVarStore' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_VARSTORE_OP, &mVarStore->Header) {
^
./VfrFormPkg.h:839:63: warning: field 'mVarStoreEfi' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_VARSTORE_EFI_OP, &mVarStoreE...
^
./VfrFormPkg.h:895:78: warning: field 'mVarStoreNameValue' is uninitialized when
used here [-Wuninitialized]
...CIfrOpHeader (EFI_IFR_VARSTORE_NAME_VALUE_OP, &mVarStoreNameValue->Heade...
^
./VfrFormPkg.h:915:51: warning: field 'mImage' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_IMAGE_OP, &mImage->Header) {
^
./VfrFormPkg.h:930:55: warning: field 'mModal' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MODAL_TAG_OP, &mModal->Header) {
^
./VfrFormPkg.h:941:53: warning: field 'mLocked' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_LOCKED_OP, &mLocked->Header) {}
^
./VfrFormPkg.h:951:49: warning: field 'mRule' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_RULE_OP, &mRule->Header) {
^
./VfrFormPkg.h:973:44: warning: field 'mDefault' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DEFAULT_OP, &mDefault->Header, Size) {
^
./VfrFormPkg.h:1001:44: warning: field 'mDefault' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_DEFAULT_OP, &mDefault->Header, sizeof (EFI...
^
./VfrFormPkg.h:1021:50: warning: field 'mValue' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_VALUE_OP, &mValue->Header) {}
^
./VfrFormPkg.h:1031:49: warning: field 'mRead' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_READ_OP, &mRead->Header) {}
^
./VfrFormPkg.h:1041:50: warning: field 'mWrite' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_WRITE_OP, &mWrite->Header) {}
^
./VfrFormPkg.h:1053:38: warning: field 'mGet' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GET_OP, &mGet->Header) {
^
./VfrFormPkg.h:1073:38: warning: field 'mSet' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_SET_OP, &mSet->Header) {
^
./VfrFormPkg.h:1091:55: warning: field 'mSubtitle' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SUBTITLE_OP, &mSubtitle->Header),
^
./VfrFormPkg.h:1092:25: warning: field 'mSubtitle' is uninitialized when used
here [-Wuninitialized]
CIfrStatementHeader (&mSubtitle->Statement) {
^
./VfrFormPkg.h:1111:48: warning: field 'mText' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TEXT_OP, &mText->Header),
^
./VfrFormPkg.h:1112:38: warning: field 'mText' is uninitialized when used here
[-Wuninitialized]
CIfrStatementHeader (&mText->Statement) {
^
./VfrFormPkg.h:1127:46: warning: field 'mRef' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef->Header),
^
./VfrFormPkg.h:1128:36: warning: field 'mRef' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef->Question) {
^
./VfrFormPkg.h:1143:47: warning: field 'mRef2' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef2->Header, sizeof (EFI...
^
./VfrFormPkg.h:1144:37: warning: field 'mRef2' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef2->Question) {
^
./VfrFormPkg.h:1164:47: warning: field 'mRef3' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef3->Header, sizeof (EFI...
^
./VfrFormPkg.h:1165:37: warning: field 'mRef3' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef3->Question) {
^
./VfrFormPkg.h:1190:47: warning: field 'mRef4' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef4->Header, sizeof(EFI_...
^
./VfrFormPkg.h:1191:37: warning: field 'mRef4' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef4->Question) {
^
./VfrFormPkg.h:1221:46: warning: field 'mRef5' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef5->Header, sizeof (EFI_...
^
./VfrFormPkg.h:1222:36: warning: field 'mRef5' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef5->Question) {
^
./VfrFormPkg.h:1232:64: warning: field 'mResetButton' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_RESET_BUTTON_OP, &mResetBut...
^
./VfrFormPkg.h:1233:25: warning: field 'mResetButton' is uninitialized when used
here [-Wuninitialized]
CIfrStatementHeader (&mResetButton->Statement) {
^
./VfrFormPkg.h:1248:58: warning: field 'mCheckBox' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_CHECKBOX_OP, &mCheckBox->Header),
^
./VfrFormPkg.h:1249:43: warning: field 'mCheckBox' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mCheckBox->Question) {
^
./VfrFormPkg.h:1288:52: warning: field 'mAction' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ACTION_OP, &mAction->Header),
^
./VfrFormPkg.h:1289:39: warning: field 'mAction' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mAction->Question) {
^
./VfrFormPkg.h:1304:48: warning: field 'mDate' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DATE_OP, &mDate->Header),
^
./VfrFormPkg.h:1305:37: warning: field 'mDate' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mDate->Question) {
^
./VfrFormPkg.h:1347:55: warning: field 'mNumeric' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_NUMERIC_OP, &mNumeric->Header),
^
./VfrFormPkg.h:1348:41: warning: field 'mNumeric' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mNumeric->Question),
^
./VfrFormPkg.h:1349:41: warning: field 'mNumeric' is uninitialized when used
here [-Wuninitialized]
CIfrMinMaxStepData (&mNumeric->data, TRUE) {
^
./VfrFormPkg.h:1408:52: warning: field 'mOneOf' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONE_OF_OP, &mOneOf->Header),
^
./VfrFormPkg.h:1409:39: warning: field 'mOneOf' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mOneOf->Question),
^
./VfrFormPkg.h:1410:39: warning: field 'mOneOf' is uninitialized when used here
[-Wuninitialized]
CIfrMinMaxStepData (&mOneOf->data) {
^
./VfrFormPkg.h:1465:52: warning: field 'mString' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_STRING_OP, &mString->Header),
^
./VfrFormPkg.h:1466:39: warning: field 'mString' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mString->Question) {
^
./VfrFormPkg.h:1507:57: warning: field 'mPassword' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_PASSWORD_OP, &mPassword->Header),
^
./VfrFormPkg.h:1508:42: warning: field 'mPassword' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mPassword->Question) {
^
./VfrFormPkg.h:1533:63: warning: field 'mOrderedList' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_ORDERED_LIST_OP, &mOrderedLi...
^
./VfrFormPkg.h:1534:44: warning: field 'mOrderedList' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mOrderedList->Question) {
^
./VfrFormPkg.h:1574:49: warning: field 'mTime' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TIME_OP, &mTime->Header),
^
./VfrFormPkg.h:1575:38: warning: field 'mTime' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mTime->Question) {
^
./VfrFormPkg.h:1618:58: warning: field 'mDisableIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_DISABLE_IF_OP, &mDisableIf->Header) {}
^
./VfrFormPkg.h:1627:61: warning: field 'mSuppressIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SUPPRESS_IF_OP, &mSuppressIf-...
^
./VfrFormPkg.h:1636:60: warning: field 'mGrayOutIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GRAY_OUT_IF_OP, &mGrayOutIf->H...
^
./VfrFormPkg.h:1645:68: warning: field 'mInconsistentIf' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_INCONSISTENT_IF_OP, &mInco...
^
./VfrFormPkg.h:1660:63: warning: field 'mWarningIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_WARNING_IF_OP, &mWarningIf...
^
./VfrFormPkg.h:1680:62: warning: field 'mNoSubmitIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_NO_SUBMIT_IF_OP, &mNoSubmitIf...
^
./VfrFormPkg.h:1695:54: warning: field 'mRefresh' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_REFRESH_OP, &mRefresh->Header) {
^
./VfrFormPkg.h:1710:45: warning: field 'mRefreshId' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_REFRESH_ID_OP, &mRefreshId->Header) {
^
./VfrFormPkg.h:1725:70: warning: field 'mVarStoreDevice' is uninitialized when
used here [-Wuninitialized]
...CIfrOpHeader (EFI_IFR_VARSTORE_DEVICE_OP, &mVarStoreDevice->Header) {
^
./VfrFormPkg.h:1740:65: warning: field 'mOneOfOption' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONE_OF_OPTION_OP, &mOneOfOp...
^
./VfrFormPkg.h:1815:49: warning: field 'mClass' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mClass->Header, sizeof (...
^
./VfrFormPkg.h:1832:53: warning: field 'mSubClass' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mSubClass->Header, s...
^
./VfrFormPkg.h:1849:49: warning: field 'mLabel' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mLabel->Header, sizeof (...
^
./VfrFormPkg.h:1865:51: warning: field 'mBanner' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mBanner->Header, sizeo...
^
./VfrFormPkg.h:1893:39: warning: field 'mOptionKey' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mOptionKey->Header, sizeof (EFI_IF...
^
./VfrFormPkg.h:1911:39: warning: field 'mVarEqName' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mVarEqName->Header, sizeof (EFI_IF...
^
./VfrFormPkg.h:1925:73: warning: field 'mTimeout' is uninitialized when used
here [-Wuninitialized]
...CIfrOpHeader (EFI_IFR_GUID_OP, &mTimeout->Header, sizeof (EFI_IFR_GUID_T...
^
./VfrFormPkg.h:1942:51: warning: field 'mGuid' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mGuid->Header, sizeof ...
^
./VfrFormPkg.h:1963:38: warning: field 'mDup' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DUP_OP, &mDup->Header) {
^
./VfrFormPkg.h:1976:54: warning: field 'mEqIdId' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQ_ID_ID_OP, &mEqIdId->Header) {
^
./VfrFormPkg.h:2015:44: warning: field 'mEqIdVal' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQ_ID_VAL_OP, &mEqIdVal->Header) {
^
./VfrFormPkg.h:2045:62: warning: field 'mEqIdVList' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQ_ID_VAL_LIST_OP, &mEqIdVList-...
^
./VfrFormPkg.h:2096:48: warning: field 'mQuestionRef1' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF1_OP, &mQuestionRef1->Header) {
^
./VfrFormPkg.h:2122:48: warning: field 'mQuestionRef2' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF2_OP, &mQuestionRef2->Header) {
^
./VfrFormPkg.h:2135:48: warning: field 'mQuestionRef3' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF3_OP, &mQuestionRef3->Header) {
^
./VfrFormPkg.h:2148:48: warning: field 'mQuestionRef3_2' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF3_OP, &mQuestionRef3_2->Header, ...
^
./VfrFormPkg.h:2166:48: warning: field 'mQuestionRef3_3' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF3_OP, &mQuestionRef3_3->Header, ...
^
./VfrFormPkg.h:2189:43: warning: field 'mRuleRef' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_RULE_REF_OP, &mRuleRef->Header) {
^
./VfrFormPkg.h:2207:46: warning: field 'mStringRef1' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_STRING_REF1_OP, &mStringRef1->Header) {
^
./VfrFormPkg.h:2225:46: warning: field 'mStringRef2' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_STRING_REF2_OP, &mStringRef2->Header) {
^
./VfrFormPkg.h:2238:39: warning: field 'mThis' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_THIS_OP, &mThis->Header) {
^
./VfrFormPkg.h:2251:43: warning: field 'mSecurity' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SECURITY_OP, &mSecurity->Header) {
^
./VfrFormPkg.h:2269:40: warning: field 'mUint8' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT8_OP, &mUint8->Header) {
^
./VfrFormPkg.h:2286:41: warning: field 'mUint16' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT16_OP, &mUint16->Header) {
^
./VfrFormPkg.h:2303:41: warning: field 'mUint32' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT32_OP, &mUint32->Header) {
^
./VfrFormPkg.h:2320:41: warning: field 'mUint64' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT64_OP, &mUint64->Header) {
^
./VfrFormPkg.h:2337:39: warning: field 'mTrue' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TRUE_OP, &mTrue->Header) {
^
./VfrFormPkg.h:2350:40: warning: field 'mFalse' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FALSE_OP, &mFalse->Header) {
^
./VfrFormPkg.h:2363:38: warning: field 'mOne' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONE_OP, &mOne->Header) {
^
./VfrFormPkg.h:2376:39: warning: field 'mOnes' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONES_OP, &mOnes->Header) {
^
./VfrFormPkg.h:2389:39: warning: field 'mZero' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ZERO_OP, &mZero->Header) {
^
./VfrFormPkg.h:2402:44: warning: field 'mUndefined' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_UNDEFINED_OP, &mUndefined->Header) {
^
./VfrFormPkg.h:2415:42: warning: field 'mVersion' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_VERSION_OP, &mVersion->Header) {
^
./VfrFormPkg.h:2428:41: warning: field 'mLength' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_LENGTH_OP, &mLength->Header) {
^
./VfrFormPkg.h:2441:38: warning: field 'mNot' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_NOT_OP, &mNot->Header) {
^
./VfrFormPkg.h:2454:46: warning: field 'mBitWise' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_BITWISE_NOT_OP, &mBitWise->Header) {
^
./VfrFormPkg.h:2467:45: warning: field 'mToBoolean' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_BOOLEAN_OP, &mToBoolean->Header) {
^
./VfrFormPkg.h:2480:44: warning: field 'mToString' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_STRING_OP, &mToString->Header) {
^
./VfrFormPkg.h:2497:42: warning: field 'mToUint' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_UINT_OP, &mToUint->Header) {
^
./VfrFormPkg.h:2510:43: warning: field 'mToUpper' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_UPPER_OP, &mToUpper->Header) {
^
./VfrFormPkg.h:2523:43: warning: field 'mToLower' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_LOWER_OP, &mToLower->Header) {
^
./VfrFormPkg.h:2536:38: warning: field 'mAdd' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ADD_OP, &mAdd->Header) {
^
./VfrFormPkg.h:2549:46: warning: field 'mBitWiseAnd' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_BITWISE_AND_OP, &mBitWiseAnd->Header) {
^
./VfrFormPkg.h:2562:45: warning: field 'mBitWiseOr' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_BITWISE_OR_OP, &mBitWiseOr->Header) {
^
./VfrFormPkg.h:2575:38: warning: field 'mAnd' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_AND_OP, &mAnd->Header) {
^
./VfrFormPkg.h:2588:43: warning: field 'mCatenate' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_CATENATE_OP, &mCatenate->Header) {
^
./VfrFormPkg.h:2601:41: warning: field 'mDivide' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DIVIDE_OP, &mDivide->Header) {
^
./VfrFormPkg.h:2614:40: warning: field 'mEqual' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQUAL_OP, &mEqual->Header) {
^
./VfrFormPkg.h:2627:48: warning: field 'mGreaterEqual' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GREATER_EQUAL_OP, &mGreaterEqual->Header) {
^
./VfrFormPkg.h:2640:47: warning: field 'mGreaterThan' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GREATER_THAN_OP, &mGreaterThan->Header) {
^
./VfrFormPkg.h:2653:45: warning: field 'mLessEqual' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_LESS_EQUAL_OP, &mLessEqual->Header) {
^
./VfrFormPkg.h:2666:44: warning: field 'mLessThan' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_LESS_THAN_OP, &mLessThan->Header) {
^
./VfrFormPkg.h:2679:38: warning: field 'mMap' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MAP_OP, &mMap->Header) {
^
./VfrFormPkg.h:2692:40: warning: field 'mMatch' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MATCH_OP, &mMatch->Header) {
^
./VfrFormPkg.h:2706:41: warning: field 'mMatch2' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MATCH2_OP, &mMatch2->Header) {
^
./VfrFormPkg.h:2720:43: warning: field 'mMultiply' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_MULTIPLY_OP, &mMultiply->Header) {
^
./VfrFormPkg.h:2733:41: warning: field 'mModulo' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MODULO_OP, &mModulo->Header) {
^
./VfrFormPkg.h:2746:44: warning: field 'mNotEqual' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_NOT_EQUAL_OP, &mNotEqual->Header) {
^
./VfrFormPkg.h:2759:37: warning: field 'mOr' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_OR_OP, &mOr->Header) {
^
./VfrFormPkg.h:2772:45: warning: field 'mShiftLeft' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SHIFT_LEFT_OP, &mShiftLeft->Header) {
^
./VfrFormPkg.h:2785:46: warning: field 'mShiftRight' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SHIFT_RIGHT_OP, &mShiftRight->Header) {
^
./VfrFormPkg.h:2798:43: warning: field 'mSubtract' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SUBTRACT_OP, &mSubtract->Header) {
^
./VfrFormPkg.h:2811:46: warning: field 'mConditional' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_CONDITIONAL_OP, &mConditional->Header) {
^
./VfrFormPkg.h:2824:39: warning: field 'mFind' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FIND_OP, &mFind->Header) {
^
./VfrFormPkg.h:2841:38: warning: field 'mMid' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MID_OP, &mMid->Header) {
^
./VfrFormPkg.h:2854:40: warning: field 'mToken' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TOKEN_OP, &mToken->Header) {
^
./VfrFormPkg.h:2867:39: warning: field 'mSpan' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_SPAN_OP, &mSpan->Header) {
^
132 warnings generated.
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ VfrCompiler.cpp -o VfrCompiler.o
In file included from VfrCompiler.cpp:19:
In file included from ./VfrCompiler.h:21:
./VfrFormPkg.h:644:56: warning: field 'mFormSet' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FORM_SET_OP, &mFormSet->Header, Size) {
^
./VfrFormPkg.h:679:47: warning: field 'mEnd' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_END_OP, &mEnd->Header) {}
^
./VfrFormPkg.h:688:64: warning: field 'mDefaultStore' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_DEFAULTSTORE_OP, &mDefaultS...
^
./VfrFormPkg.h:730:49: warning: field 'mForm' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FORM_OP, &mForm->Header) {
^
./VfrFormPkg.h:762:56: warning: field 'mFormMap' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FORM_MAP_OP, &mFormMap->Header) {
^
./VfrFormPkg.h:799:56: warning: field 'mVarStore' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_VARSTORE_OP, &mVarStore->Header) {
^
./VfrFormPkg.h:839:63: warning: field 'mVarStoreEfi' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_VARSTORE_EFI_OP, &mVarStoreE...
^
./VfrFormPkg.h:895:78: warning: field 'mVarStoreNameValue' is uninitialized when
used here [-Wuninitialized]
...CIfrOpHeader (EFI_IFR_VARSTORE_NAME_VALUE_OP, &mVarStoreNameValue->Heade...
^
./VfrFormPkg.h:915:51: warning: field 'mImage' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_IMAGE_OP, &mImage->Header) {
^
./VfrFormPkg.h:930:55: warning: field 'mModal' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MODAL_TAG_OP, &mModal->Header) {
^
./VfrFormPkg.h:941:53: warning: field 'mLocked' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_LOCKED_OP, &mLocked->Header) {}
^
./VfrFormPkg.h:951:49: warning: field 'mRule' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_RULE_OP, &mRule->Header) {
^
./VfrFormPkg.h:973:44: warning: field 'mDefault' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DEFAULT_OP, &mDefault->Header, Size) {
^
./VfrFormPkg.h:1001:44: warning: field 'mDefault' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_DEFAULT_OP, &mDefault->Header, sizeof (EFI...
^
./VfrFormPkg.h:1021:50: warning: field 'mValue' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_VALUE_OP, &mValue->Header) {}
^
./VfrFormPkg.h:1031:49: warning: field 'mRead' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_READ_OP, &mRead->Header) {}
^
./VfrFormPkg.h:1041:50: warning: field 'mWrite' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_WRITE_OP, &mWrite->Header) {}
^
./VfrFormPkg.h:1053:38: warning: field 'mGet' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GET_OP, &mGet->Header) {
^
./VfrFormPkg.h:1073:38: warning: field 'mSet' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_SET_OP, &mSet->Header) {
^
./VfrFormPkg.h:1091:55: warning: field 'mSubtitle' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SUBTITLE_OP, &mSubtitle->Header),
^
./VfrFormPkg.h:1092:25: warning: field 'mSubtitle' is uninitialized when used
here [-Wuninitialized]
CIfrStatementHeader (&mSubtitle->Statement) {
^
./VfrFormPkg.h:1111:48: warning: field 'mText' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TEXT_OP, &mText->Header),
^
./VfrFormPkg.h:1112:38: warning: field 'mText' is uninitialized when used here
[-Wuninitialized]
CIfrStatementHeader (&mText->Statement) {
^
./VfrFormPkg.h:1127:46: warning: field 'mRef' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef->Header),
^
./VfrFormPkg.h:1128:36: warning: field 'mRef' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef->Question) {
^
./VfrFormPkg.h:1143:47: warning: field 'mRef2' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef2->Header, sizeof (EFI...
^
./VfrFormPkg.h:1144:37: warning: field 'mRef2' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef2->Question) {
^
./VfrFormPkg.h:1164:47: warning: field 'mRef3' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef3->Header, sizeof (EFI...
^
./VfrFormPkg.h:1165:37: warning: field 'mRef3' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef3->Question) {
^
./VfrFormPkg.h:1190:47: warning: field 'mRef4' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef4->Header, sizeof(EFI_...
^
./VfrFormPkg.h:1191:37: warning: field 'mRef4' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef4->Question) {
^
./VfrFormPkg.h:1221:46: warning: field 'mRef5' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_REF_OP, &mRef5->Header, sizeof (EFI_...
^
./VfrFormPkg.h:1222:36: warning: field 'mRef5' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mRef5->Question) {
^
./VfrFormPkg.h:1232:64: warning: field 'mResetButton' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_RESET_BUTTON_OP, &mResetBut...
^
./VfrFormPkg.h:1233:25: warning: field 'mResetButton' is uninitialized when used
here [-Wuninitialized]
CIfrStatementHeader (&mResetButton->Statement) {
^
./VfrFormPkg.h:1248:58: warning: field 'mCheckBox' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_CHECKBOX_OP, &mCheckBox->Header),
^
./VfrFormPkg.h:1249:43: warning: field 'mCheckBox' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mCheckBox->Question) {
^
./VfrFormPkg.h:1288:52: warning: field 'mAction' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ACTION_OP, &mAction->Header),
^
./VfrFormPkg.h:1289:39: warning: field 'mAction' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mAction->Question) {
^
./VfrFormPkg.h:1304:48: warning: field 'mDate' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DATE_OP, &mDate->Header),
^
./VfrFormPkg.h:1305:37: warning: field 'mDate' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mDate->Question) {
^
./VfrFormPkg.h:1347:55: warning: field 'mNumeric' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_NUMERIC_OP, &mNumeric->Header),
^
./VfrFormPkg.h:1348:41: warning: field 'mNumeric' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mNumeric->Question),
^
./VfrFormPkg.h:1349:41: warning: field 'mNumeric' is uninitialized when used
here [-Wuninitialized]
CIfrMinMaxStepData (&mNumeric->data, TRUE) {
^
./VfrFormPkg.h:1408:52: warning: field 'mOneOf' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONE_OF_OP, &mOneOf->Header),
^
./VfrFormPkg.h:1409:39: warning: field 'mOneOf' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mOneOf->Question),
^
./VfrFormPkg.h:1410:39: warning: field 'mOneOf' is uninitialized when used here
[-Wuninitialized]
CIfrMinMaxStepData (&mOneOf->data) {
^
./VfrFormPkg.h:1465:52: warning: field 'mString' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_STRING_OP, &mString->Header),
^
./VfrFormPkg.h:1466:39: warning: field 'mString' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mString->Question) {
^
./VfrFormPkg.h:1507:57: warning: field 'mPassword' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_PASSWORD_OP, &mPassword->Header),
^
./VfrFormPkg.h:1508:42: warning: field 'mPassword' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mPassword->Question) {
^
./VfrFormPkg.h:1533:63: warning: field 'mOrderedList' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_ORDERED_LIST_OP, &mOrderedLi...
^
./VfrFormPkg.h:1534:44: warning: field 'mOrderedList' is uninitialized when used
here [-Wuninitialized]
CIfrQuestionHeader (&mOrderedList->Question) {
^
./VfrFormPkg.h:1574:49: warning: field 'mTime' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TIME_OP, &mTime->Header),
^
./VfrFormPkg.h:1575:38: warning: field 'mTime' is uninitialized when used here
[-Wuninitialized]
CIfrQuestionHeader (&mTime->Question) {
^
./VfrFormPkg.h:1618:58: warning: field 'mDisableIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_DISABLE_IF_OP, &mDisableIf->Header) {}
^
./VfrFormPkg.h:1627:61: warning: field 'mSuppressIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SUPPRESS_IF_OP, &mSuppressIf-...
^
./VfrFormPkg.h:1636:60: warning: field 'mGrayOutIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GRAY_OUT_IF_OP, &mGrayOutIf->H...
^
./VfrFormPkg.h:1645:68: warning: field 'mInconsistentIf' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_INCONSISTENT_IF_OP, &mInco...
^
./VfrFormPkg.h:1660:63: warning: field 'mWarningIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_WARNING_IF_OP, &mWarningIf...
^
./VfrFormPkg.h:1680:62: warning: field 'mNoSubmitIf' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_NO_SUBMIT_IF_OP, &mNoSubmitIf...
^
./VfrFormPkg.h:1695:54: warning: field 'mRefresh' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_REFRESH_OP, &mRefresh->Header) {
^
./VfrFormPkg.h:1710:45: warning: field 'mRefreshId' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_REFRESH_ID_OP, &mRefreshId->Header) {
^
./VfrFormPkg.h:1725:70: warning: field 'mVarStoreDevice' is uninitialized when
used here [-Wuninitialized]
...CIfrOpHeader (EFI_IFR_VARSTORE_DEVICE_OP, &mVarStoreDevice->Header) {
^
./VfrFormPkg.h:1740:65: warning: field 'mOneOfOption' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONE_OF_OPTION_OP, &mOneOfOp...
^
./VfrFormPkg.h:1815:49: warning: field 'mClass' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mClass->Header, sizeof (...
^
./VfrFormPkg.h:1832:53: warning: field 'mSubClass' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mSubClass->Header, s...
^
./VfrFormPkg.h:1849:49: warning: field 'mLabel' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mLabel->Header, sizeof (...
^
./VfrFormPkg.h:1865:51: warning: field 'mBanner' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mBanner->Header, sizeo...
^
./VfrFormPkg.h:1893:39: warning: field 'mOptionKey' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mOptionKey->Header, sizeof (EFI_IF...
^
./VfrFormPkg.h:1911:39: warning: field 'mVarEqName' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mVarEqName->Header, sizeof (EFI_IF...
^
./VfrFormPkg.h:1925:73: warning: field 'mTimeout' is uninitialized when used
here [-Wuninitialized]
...CIfrOpHeader (EFI_IFR_GUID_OP, &mTimeout->Header, sizeof (EFI_IFR_GUID_T...
^
./VfrFormPkg.h:1942:51: warning: field 'mGuid' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_GUID_OP, &mGuid->Header, sizeof ...
^
./VfrFormPkg.h:1963:38: warning: field 'mDup' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DUP_OP, &mDup->Header) {
^
./VfrFormPkg.h:1976:54: warning: field 'mEqIdId' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQ_ID_ID_OP, &mEqIdId->Header) {
^
./VfrFormPkg.h:2015:44: warning: field 'mEqIdVal' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQ_ID_VAL_OP, &mEqIdVal->Header) {
^
./VfrFormPkg.h:2045:62: warning: field 'mEqIdVList' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQ_ID_VAL_LIST_OP, &mEqIdVList-...
^
./VfrFormPkg.h:2096:48: warning: field 'mQuestionRef1' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF1_OP, &mQuestionRef1->Header) {
^
./VfrFormPkg.h:2122:48: warning: field 'mQuestionRef2' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF2_OP, &mQuestionRef2->Header) {
^
./VfrFormPkg.h:2135:48: warning: field 'mQuestionRef3' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF3_OP, &mQuestionRef3->Header) {
^
./VfrFormPkg.h:2148:48: warning: field 'mQuestionRef3_2' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF3_OP, &mQuestionRef3_2->Header, ...
^
./VfrFormPkg.h:2166:48: warning: field 'mQuestionRef3_3' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_QUESTION_REF3_OP, &mQuestionRef3_3->Header, ...
^
./VfrFormPkg.h:2189:43: warning: field 'mRuleRef' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_RULE_REF_OP, &mRuleRef->Header) {
^
./VfrFormPkg.h:2207:46: warning: field 'mStringRef1' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_STRING_REF1_OP, &mStringRef1->Header) {
^
./VfrFormPkg.h:2225:46: warning: field 'mStringRef2' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_STRING_REF2_OP, &mStringRef2->Header) {
^
./VfrFormPkg.h:2238:39: warning: field 'mThis' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_THIS_OP, &mThis->Header) {
^
./VfrFormPkg.h:2251:43: warning: field 'mSecurity' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SECURITY_OP, &mSecurity->Header) {
^
./VfrFormPkg.h:2269:40: warning: field 'mUint8' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT8_OP, &mUint8->Header) {
^
./VfrFormPkg.h:2286:41: warning: field 'mUint16' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT16_OP, &mUint16->Header) {
^
./VfrFormPkg.h:2303:41: warning: field 'mUint32' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT32_OP, &mUint32->Header) {
^
./VfrFormPkg.h:2320:41: warning: field 'mUint64' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_UINT64_OP, &mUint64->Header) {
^
./VfrFormPkg.h:2337:39: warning: field 'mTrue' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TRUE_OP, &mTrue->Header) {
^
./VfrFormPkg.h:2350:40: warning: field 'mFalse' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FALSE_OP, &mFalse->Header) {
^
./VfrFormPkg.h:2363:38: warning: field 'mOne' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONE_OP, &mOne->Header) {
^
./VfrFormPkg.h:2376:39: warning: field 'mOnes' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ONES_OP, &mOnes->Header) {
^
./VfrFormPkg.h:2389:39: warning: field 'mZero' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ZERO_OP, &mZero->Header) {
^
./VfrFormPkg.h:2402:44: warning: field 'mUndefined' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_UNDEFINED_OP, &mUndefined->Header) {
^
./VfrFormPkg.h:2415:42: warning: field 'mVersion' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_VERSION_OP, &mVersion->Header) {
^
./VfrFormPkg.h:2428:41: warning: field 'mLength' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_LENGTH_OP, &mLength->Header) {
^
./VfrFormPkg.h:2441:38: warning: field 'mNot' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_NOT_OP, &mNot->Header) {
^
./VfrFormPkg.h:2454:46: warning: field 'mBitWise' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_BITWISE_NOT_OP, &mBitWise->Header) {
^
./VfrFormPkg.h:2467:45: warning: field 'mToBoolean' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_BOOLEAN_OP, &mToBoolean->Header) {
^
./VfrFormPkg.h:2480:44: warning: field 'mToString' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_STRING_OP, &mToString->Header) {
^
./VfrFormPkg.h:2497:42: warning: field 'mToUint' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_UINT_OP, &mToUint->Header) {
^
./VfrFormPkg.h:2510:43: warning: field 'mToUpper' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_UPPER_OP, &mToUpper->Header) {
^
./VfrFormPkg.h:2523:43: warning: field 'mToLower' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_TO_LOWER_OP, &mToLower->Header) {
^
./VfrFormPkg.h:2536:38: warning: field 'mAdd' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_ADD_OP, &mAdd->Header) {
^
./VfrFormPkg.h:2549:46: warning: field 'mBitWiseAnd' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_BITWISE_AND_OP, &mBitWiseAnd->Header) {
^
./VfrFormPkg.h:2562:45: warning: field 'mBitWiseOr' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_BITWISE_OR_OP, &mBitWiseOr->Header) {
^
./VfrFormPkg.h:2575:38: warning: field 'mAnd' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_AND_OP, &mAnd->Header) {
^
./VfrFormPkg.h:2588:43: warning: field 'mCatenate' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_CATENATE_OP, &mCatenate->Header) {
^
./VfrFormPkg.h:2601:41: warning: field 'mDivide' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_DIVIDE_OP, &mDivide->Header) {
^
./VfrFormPkg.h:2614:40: warning: field 'mEqual' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_EQUAL_OP, &mEqual->Header) {
^
./VfrFormPkg.h:2627:48: warning: field 'mGreaterEqual' is uninitialized when
used here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GREATER_EQUAL_OP, &mGreaterEqual->Header) {
^
./VfrFormPkg.h:2640:47: warning: field 'mGreaterThan' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_GREATER_THAN_OP, &mGreaterThan->Header) {
^
./VfrFormPkg.h:2653:45: warning: field 'mLessEqual' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_LESS_EQUAL_OP, &mLessEqual->Header) {
^
./VfrFormPkg.h:2666:44: warning: field 'mLessThan' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_LESS_THAN_OP, &mLessThan->Header) {
^
./VfrFormPkg.h:2679:38: warning: field 'mMap' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MAP_OP, &mMap->Header) {
^
./VfrFormPkg.h:2692:40: warning: field 'mMatch' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MATCH_OP, &mMatch->Header) {
^
./VfrFormPkg.h:2706:41: warning: field 'mMatch2' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MATCH2_OP, &mMatch2->Header) {
^
./VfrFormPkg.h:2720:43: warning: field 'mMultiply' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_MULTIPLY_OP, &mMultiply->Header) {
^
./VfrFormPkg.h:2733:41: warning: field 'mModulo' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MODULO_OP, &mModulo->Header) {
^
./VfrFormPkg.h:2746:44: warning: field 'mNotEqual' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_NOT_EQUAL_OP, &mNotEqual->Header) {
^
./VfrFormPkg.h:2759:37: warning: field 'mOr' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_OR_OP, &mOr->Header) {
^
./VfrFormPkg.h:2772:45: warning: field 'mShiftLeft' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SHIFT_LEFT_OP, &mShiftLeft->Header) {
^
./VfrFormPkg.h:2785:46: warning: field 'mShiftRight' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SHIFT_RIGHT_OP, &mShiftRight->Header) {
^
./VfrFormPkg.h:2798:43: warning: field 'mSubtract' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_SUBTRACT_OP, &mSubtract->Header) {
^
./VfrFormPkg.h:2811:46: warning: field 'mConditional' is uninitialized when used
here [-Wuninitialized]
CIfrOpHeader (EFI_IFR_CONDITIONAL_OP, &mConditional->Header) {
^
./VfrFormPkg.h:2824:39: warning: field 'mFind' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_FIND_OP, &mFind->Header) {
^
./VfrFormPkg.h:2841:38: warning: field 'mMid' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_MID_OP, &mMid->Header) {
^
./VfrFormPkg.h:2854:40: warning: field 'mToken' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_TOKEN_OP, &mToken->Header) {
^
./VfrFormPkg.h:2867:39: warning: field 'mSpan' is uninitialized when used here
[-Wuninitialized]
CIfrOpHeader (EFI_IFR_SPAN_OP, &mSpan->Header) {
^
132 warnings generated.
g++ -o ../bin/VfrCompile AParser.o DLexerBase.o ATokenBuffer.o EfiVfrParser.o VfrLexer.o VfrSyntax.o VfrFormPkg.o VfrError.o VfrUtilityLib.o VfrCompiler.o -L../libs -lCommon
Finished building BaseTools C Tools with ARCH=X64
make -C Source/Python
make[1]: Nothing to be done for `all'.
make -C Tests
testHelp (TianoCompress.Tests) ... ok
testRandomDataCycles (TianoCompress.Tests) ... ok
test_AutoGen_AutoGen (CheckPythonSyntax.Tests) ... ok
test_AutoGen_BuildEngine (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenC (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenDepex (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenMake (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenPcdDb (CheckPythonSyntax.Tests) ... ok
test_AutoGen_InfSectionParser (CheckPythonSyntax.Tests) ... ok
test_AutoGen_StrGather (CheckPythonSyntax.Tests) ... ok
test_AutoGen_UniClassObject (CheckPythonSyntax.Tests) ... ok
test_AutoGen_ValidCheckingInfoObject (CheckPythonSyntax.Tests) ... ok
test_AutoGen___init__ (CheckPythonSyntax.Tests) ... ok
test_BPDG_BPDG (CheckPythonSyntax.Tests) ... ok
test_BPDG_GenVpd (CheckPythonSyntax.Tests) ... ok
test_BPDG_StringTable (CheckPythonSyntax.Tests) ... ok
test_BPDG___init__ (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_CommonClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_DataClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_Exceptions (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_FdfClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_ModuleClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_PackageClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_PlatformClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass___init__ (CheckPythonSyntax.Tests) ... ok
test_Common_BuildToolError (CheckPythonSyntax.Tests) ... ok
test_Common_BuildVersion (CheckPythonSyntax.Tests) ... ok
test_Common_DataType (CheckPythonSyntax.Tests) ... ok
test_Common_Database (CheckPythonSyntax.Tests) ... ok
test_Common_DecClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_Dictionary (CheckPythonSyntax.Tests) ... ok
test_Common_DscClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_EdkIIWorkspace (CheckPythonSyntax.Tests) ... ok
test_Common_EdkIIWorkspaceBuild (CheckPythonSyntax.Tests) ... ok
test_Common_EdkLogger (CheckPythonSyntax.Tests) ... ok
test_Common_Expression (CheckPythonSyntax.Tests) ... ok
test_Common_FdfClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_FdfParserLite (CheckPythonSyntax.Tests) ... ok
test_Common_GlobalData (CheckPythonSyntax.Tests) ... ok
test_Common_Identification (CheckPythonSyntax.Tests) ... ok
test_Common_InfClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_LongFilePathOs (CheckPythonSyntax.Tests) ... ok
test_Common_LongFilePathOsPath (CheckPythonSyntax.Tests) ... ok
test_Common_LongFilePathSupport (CheckPythonSyntax.Tests) ... ok
test_Common_MigrationUtilities (CheckPythonSyntax.Tests) ... ok
test_Common_Misc (CheckPythonSyntax.Tests) ... ok
test_Common_MultipleWorkspace (CheckPythonSyntax.Tests) ... ok
test_Common_Parsing (CheckPythonSyntax.Tests) ... ok
test_Common_RangeExpression (CheckPythonSyntax.Tests) ... ok
test_Common_String (CheckPythonSyntax.Tests) ... ok
test_Common_TargetTxtClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_ToolDefClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_VariableAttributes (CheckPythonSyntax.Tests) ... ok
test_Common_VpdInfoFile (CheckPythonSyntax.Tests) ... ok
test_Common___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_CLexer (CheckPythonSyntax.Tests) ... ok
test_Ecc_CParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_Check (CheckPythonSyntax.Tests) ... ok
test_Ecc_CodeFragment (CheckPythonSyntax.Tests) ... ok
test_Ecc_CodeFragmentCollector (CheckPythonSyntax.Tests) ... ok
test_Ecc_Configuration (CheckPythonSyntax.Tests) ... ok
test_Ecc_Database (CheckPythonSyntax.Tests) ... ok
test_Ecc_Ecc (CheckPythonSyntax.Tests) ... ok
test_Ecc_EccGlobalData (CheckPythonSyntax.Tests) ... ok
test_Ecc_EccToolError (CheckPythonSyntax.Tests) ... ok
test_Ecc_Exception (CheckPythonSyntax.Tests) ... ok
test_Ecc_FileProfile (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaDataParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace_MetaDataTable (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace_MetaFileParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace_MetaFileTable (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_ParserWarning (CheckPythonSyntax.Tests) ... ok
test_Ecc_Xml_XmlRoutines (CheckPythonSyntax.Tests) ... ok
test_Ecc_Xml___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_c (CheckPythonSyntax.Tests) ... ok
test_Eot_CLexer (CheckPythonSyntax.Tests) ... ok
test_Eot_CParser (CheckPythonSyntax.Tests) ... ok
test_Eot_CodeFragment (CheckPythonSyntax.Tests) ... ok
test_Eot_CodeFragmentCollector (CheckPythonSyntax.Tests) ... ok
test_Eot_Database (CheckPythonSyntax.Tests) ... ok
test_Eot_Eot (CheckPythonSyntax.Tests) ... ok
test_Eot_EotGlobalData (CheckPythonSyntax.Tests) ... ok
test_Eot_EotToolError (CheckPythonSyntax.Tests) ... ok
test_Eot_FileProfile (CheckPythonSyntax.Tests) ... ok
test_Eot_FvImage (CheckPythonSyntax.Tests) ... ok
test_Eot_InfParserLite (CheckPythonSyntax.Tests) ... ok
test_Eot_Parser (CheckPythonSyntax.Tests) ... ok
test_Eot_ParserWarning (CheckPythonSyntax.Tests) ... ok
test_Eot_Report (CheckPythonSyntax.Tests) ... ok
test_Eot___init__ (CheckPythonSyntax.Tests) ... ok
test_Eot_c (CheckPythonSyntax.Tests) ... ok
test_GenFds_AprioriSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_Attribute (CheckPythonSyntax.Tests) ... ok
test_GenFds_Capsule (CheckPythonSyntax.Tests) ... ok
test_GenFds_CapsuleData (CheckPythonSyntax.Tests) ... ok
test_GenFds_ComponentStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_CompressSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_DataSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_DepexSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_EfiSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_Fd (CheckPythonSyntax.Tests) ... ok
test_GenFds_FdfParser (CheckPythonSyntax.Tests) ... ok
test_GenFds_Ffs (CheckPythonSyntax.Tests) ... ok
test_GenFds_FfsFileStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_FfsInfStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_Fv (CheckPythonSyntax.Tests) ... ok
test_GenFds_FvImageSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_GenFds (CheckPythonSyntax.Tests) ... ok
test_GenFds_GenFdsGlobalVariable (CheckPythonSyntax.Tests) ... ok
test_GenFds_GuidSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_OptRomFileStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_OptRomInfStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_OptionRom (CheckPythonSyntax.Tests) ... ok
test_GenFds_Region (CheckPythonSyntax.Tests) ... ok
test_GenFds_Rule (CheckPythonSyntax.Tests) ... ok
test_GenFds_RuleComplexFile (CheckPythonSyntax.Tests) ... ok
test_GenFds_RuleSimpleFile (CheckPythonSyntax.Tests) ... ok
test_GenFds_Section (CheckPythonSyntax.Tests) ... ok
test_GenFds_UiSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_VerSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_Vtf (CheckPythonSyntax.Tests) ... ok
test_GenFds___init__ (CheckPythonSyntax.Tests) ... ok
test_GenPatchPcdTable_GenPatchPcdTable (CheckPythonSyntax.Tests) ... ok
test_GenPatchPcdTable___init__ (CheckPythonSyntax.Tests) ... ok
test_PatchPcdValue_PatchPcdValue (CheckPythonSyntax.Tests) ... ok
test_PatchPcdValue___init__ (CheckPythonSyntax.Tests) ... ok
test_Rsa2048Sha256Sign_Rsa2048Sha256GenerateKeys (CheckPythonSyntax.Tests) ... ok
test_Rsa2048Sha256Sign_Rsa2048Sha256Sign (CheckPythonSyntax.Tests) ... ok
test_Table_Table (CheckPythonSyntax.Tests) ... ok
test_Table_TableDataModel (CheckPythonSyntax.Tests) ... ok
test_Table_TableDec (CheckPythonSyntax.Tests) ... ok
test_Table_TableDsc (CheckPythonSyntax.Tests) ... ok
test_Table_TableEotReport (CheckPythonSyntax.Tests) ... ok
test_Table_TableFdf (CheckPythonSyntax.Tests) ... ok
test_Table_TableFile (CheckPythonSyntax.Tests) ... ok
test_Table_TableFunction (CheckPythonSyntax.Tests) ... ok
test_Table_TableIdentifier (CheckPythonSyntax.Tests) ... ok
test_Table_TableInf (CheckPythonSyntax.Tests) ... ok
test_Table_TablePcd (CheckPythonSyntax.Tests) ... ok
test_Table_TableQuery (CheckPythonSyntax.Tests) ... ok
test_Table_TableReport (CheckPythonSyntax.Tests) ... ok
test_Table___init__ (CheckPythonSyntax.Tests) ... ok
test_TargetTool_TargetTool (CheckPythonSyntax.Tests) ... ok
test_TargetTool___init__ (CheckPythonSyntax.Tests) ... ok
test_Trim_Trim (CheckPythonSyntax.Tests) ... ok
test_UPT_BuildVersion (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_DependencyRules (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_DistributionPackageClass (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_FileHook (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_IpiDb (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_PackageFile (CheckPythonSyntax.Tests) ... ok
test_UPT_Core___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenDecFile (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenInfFile (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenMetaFileMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenXmlFile (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_InstallPkg (CheckPythonSyntax.Tests) ... ok
test_UPT_InventoryWs (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_CommentGenerating (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_CommentParsing (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_DataType (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_ExpressionValidate (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_GlobalData (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Misc (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_ParserValidate (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Parsing (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_String (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_UniClassObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Xml_XmlRoutines (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Xml___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Library___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger_Log (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger_StringTable (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger_ToolError (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_MkPkg (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM_CommonObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM_ModuleObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM_PackageObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_DecObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfBinaryObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfBuildOptionObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfCommonObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfDefineCommonObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfDefineObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfDepexObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfGuidObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfHeaderObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfLibraryClassesObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfPackagesObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfPcdObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfPpiObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfProtocolObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfSoucesObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfUserExtensionObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Object___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_DecParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_DecParserMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfAsBuiltProcess (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfBinarySectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfBuildOptionSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfDefineSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfDepexSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfGuidPpiProtocolSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfLibrarySectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfPackageSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfParserMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfPcdSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfSourceSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter_DecPomAlignment (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter_InfPomAlignment (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter_InfPomAlignmentMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_ReplacePkg (CheckPythonSyntax.Tests) ... ok
test_UPT_RmPkg (CheckPythonSyntax.Tests) ... ok
test_UPT_TestInstall (CheckPythonSyntax.Tests) ... ok
test_UPT_UPT (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_CommentGeneratingUnitTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_CommentParsingUnitTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_DecParserTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_DecParserUnitTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_InfBinarySectionTest (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_CommonXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_GuidProtocolPpiXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_IniToXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_ModuleSurfaceAreaXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_PackageSurfaceAreaXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_PcdXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_XmlParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_XmlParserMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml___init__ (CheckPythonSyntax.Tests) ... ok
test_Workspace_BuildClassObject (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaDataTable (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaFileCommentParser (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaFileParser (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaFileTable (CheckPythonSyntax.Tests) ... ok
test_Workspace_WorkspaceCommon (CheckPythonSyntax.Tests) ... ok
test_Workspace_WorkspaceDatabase (CheckPythonSyntax.Tests) ... ok
test_Workspace___init__ (CheckPythonSyntax.Tests) ... ok
test_build_BuildReport (CheckPythonSyntax.Tests) ... ok
test_build___init__ (CheckPythonSyntax.Tests) ... ok
test_build_build (CheckPythonSyntax.Tests) ... ok
test_sitecustomize (CheckPythonSyntax.Tests) ... ok
test32bitUnicodeCharInUtf8Comment (CheckUnicodeSourceFiles.Tests) ... ok
test32bitUnicodeCharInUtf8File (CheckUnicodeSourceFiles.Tests) ... ok
testSupplementaryPlaneUnicodeCharInUtf16File (CheckUnicodeSourceFiles.Tests) ... ok
testSurrogatePairUnicodeCharInUtf16File (CheckUnicodeSourceFiles.Tests) ... ok
testSurrogatePairUnicodeCharInUtf8File (CheckUnicodeSourceFiles.Tests) ... ok
testSurrogatePairUnicodeCharInUtf8FileWithBom (CheckUnicodeSourceFiles.Tests) ... ok
testUtf16InUniFile (CheckUnicodeSourceFiles.Tests) ... ok
testValidUtf8File (CheckUnicodeSourceFiles.Tests) ... ok
testValidUtf8FileWithBom (CheckUnicodeSourceFiles.Tests) ... ok

----------------------------------------------------------------------
Ran 261 tests in 1.259s

OK

Running edk2 build for CloverX64 using the command:
build -D NO_GRUB_DRIVERS_EMBEDDED -D CHECK_FLAGS -D USE_LOW_EBDA -p Clover/Clover.dsc -a X64 -b RELEASE -t XCODE5 -n 13

Build environment: Darwin-15.6.0-x86_64-i386-64bit
Build start time: 17:00:51, Sep.16 2016

WORKSPACE = /Users/Fljagd/src/edk2
ECP_SOURCE = /Users/Fljagd/src/edk2/EdkCompatibilityPkg
EDK_SOURCE = /Users/Fljagd/src/edk2/EdkCompatibilityPkg
EFI_SOURCE = /Users/Fljagd/src/edk2/EdkCompatibilityPkg
EDK_TOOLS_PATH = /Users/Fljagd/src/edk2/BaseTools
CONF_PATH = /Users/Fljagd/src/edk2/Conf


Architecture(s) = X64
Build target = RELEASE
Toolchain = XCODE5

Active Platform = /Users/Fljagd/src/edk2/Clover/Clover.dsc
Flash Image Definition = /Users/Fljagd/src/edk2/Clover/Clover.fdf

Processing meta-data ....... done!
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf [X64]
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf [X64]
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf [X64]
[CC] DebugLib
[CC] PcdLib
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/BaseLib/BaseLib.inf [X64]
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/BasePrintLib/BasePrintLib.inf [X64]
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf [X64]
[CC] SetMem
[CC] ScanMem64Wrapper
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf [X64]
[CC] CheckSum
[CC] ScanMem32Wrapper
[CC] SwitchStack
[CC] ScanMem16Wrapper
[CC] SwapBytes64
[CC] ScanMem8Wrapper
[CC] SwapBytes32
[CC] ZeroMemWrapper
[CC] CompareMemWrapper
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf [X64]
[CC] SwapBytes16
[CC] PrintLibInternal
[CC] BaseReportStatusCodeLib
[CC] SetMem64Wrapper
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf [X64]
[CC] IoLibMmioBuffer
[CC] LongJump
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf [X64]
[CC] PrintLib
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf [X64]
[CC] SetMem32Wrapper
[CC] SetJump
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf [X64]
[CC] SetMem16Wrapper
[CC] UefiRuntimeServicesTableLib
[CC] DxeCoreEntryPoint
[CC] RShiftU64
[CC] IoHighLevel
[CC] MemoryAllocationLib
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf [X64]
[CC] RRotU64
[CC] IoLibGcc
[CC] SetMemWrapper
[CC] DevicePathUtilities
[CC] CopyMemWrapper
[CC] UefiBootServicesTableLib
[CC] DxeCoreMemoryProfileLibNull
[CC] IoLib
[CC] RRotU32
[CC] IsZeroBufferWrapper
[CC] PeCoffExtraActionLib
[CC] MultU64x64
[CC] MultU64x32
[CC] MemLibGeneric
[CC] MultS64x64
[CC] MemLibGuid
[CC] ModU64x32
[CC] CopyMem
[CC] LShiftU64
[sLINK] BasePcdLibNull
[sLINK] BaseDebugLibNull
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf [X64]
[CC] DevicePathToText
[sLINK] BaseMemoryLib
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/UefiLib/UefiLib.inf [X64]
[CC] LRotU64
[CC] LRotU32
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf [X64]
[CC] HobLib
[CC] LowBitSet64
[sLINK] DxeCoreHobLib
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf [X64]
[CC] LowBitSet32
[CC] X86Cache
[sLINK] BaseCacheMaintenanceLib
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf [X64]
[CC] UefiLibPrint
[CC] HighBitSet64
[CC] PerformanceLib
[CC] HighBitSet32
[sLINK] BasePerformanceLibNull
Building ... /Users/Fljagd/src/edk2/Clover/Library/VBoxPeCoffLib/VBoxPeCoffLib.inf [X64]
[CC] UefiNotTiano
[CC] BaseUefiDecompressLib
[CC] GetPowerOfTwo64
[sLINK] BaseUefiDecompressLib
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf [X64]
[CC] GetPowerOfTwo32
[CC] DivU64x64Remainder
[CC] UefiDriverModel
[CC] PeCoffGetEntryPoint
[CC] DevicePathFromText
[sLINK] BasePeCoffGetEntryPointLib
[CC] DivU64x32Remainder
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf [X64]
[sLINK] BaseReportStatusCodeLibNull
Building ... /Users/Fljagd/src/edk2/Clover/Library/DuetTimerLib/DuetTimerLib.inf [X64]
[CC] DivU64x32
[CC] BasePeCoff
[CC] UefiDevicePathLib
[CC] Console
[CC] DivS64x64Remainder
[CC] PeCoffLoaderEx
[sLINK] BasePrintLib
[sLINK] UefiDevicePathLib
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/DxeServicesLib/DxeServicesLib.inf [X64]
[sLINK] VBoxPeCoffLib
[CC] DxeExtractGuidedSectionLib
[CC] ARShiftU64
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf [X64]
[sLINK] DxeCoreEntryPoint
[sLINK] DxeExtractGuidedSectionLib
[sLINK] UefiRuntimeServicesTableLib
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf [X64]
[CC] X86TimerLib
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf [X64]
[CC] DebugAgentLibNull
[CC] BitField
[sLINK] DuetTimerLib
[sLINK] PeCoffExtraActionLibNull
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/DxeHobLib/DxeHobLib.inf [X64]
[sLINK] DxeCoreMemoryAllocationLib
[sLINK] BaseIoLibIntrinsic
[sLINK] UefiBootServicesTableLib
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf [X64]
[CC] CpuDeadLoop
[CC] CpuExceptionHandlerLibNull
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf [X64]
[CC] UefiLib
[sLINK] CpuExceptionHandlerLibNull
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf [X64]
[CC] DxeServicesLib
[CC] Cpu
[sLINK] UefiLib
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf [X64]
[sLINK] DxeServicesLib
[CC] MemoryAllocationLib
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf [X64]
[CC] DriverEntryPoint
[CC] HobLib
[sLINK] UefiMemoryAllocationLib
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf [X64]
[CC] LinkedList
[sLINK] DxeHobLib
[sLINK] UefiDriverEntryPoint
[CC] InternalGetSpinLockProperties
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf [X64]
[CC] RuntimeLib
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf [X64]
[sLINK] UefiRuntimeLib
[CC] GccInline
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf [X64]
[CC] DxeServicesTableLib
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf [X64]
[CC] TpmMeasurementLibNull
[CC] VarCheckLib
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/DxePcdLib/DxePcdLib.inf [X64]
[sLINK] DxeServicesTableLib
[sLINK] VarCheckLib
[CC] SynchronizationGcc
[sLINK] TpmMeasurementLibNull
[CC] AuthVariableLibNull
Building ... /Users/Fljagd/src/edk2/Clover/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf [X64]
[sLINK] BaseSynchronizationLib
[sLINK] AuthVariableLibNull
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf [X64]
[CC] DxeCapsuleLibNull
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf [X64]
[CC] SafeString
[sLINK] DxeCapsuleLibNull
Building ... /Users/Fljagd/src/edk2/Clover/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf [X64]
[CC] VarCheckUefiLibNullClass
[CC] DxeSecurityManagementLib
Building ... /Users/Fljagd/src/edk2/Clover/Library/GenericBdsLib/GenericBdsLib.inf [X64]
[CC] UefiHiiServicesLib
[sLINK] VarCheckUefiLib
[sLINK] DxeSecurityManagementLib
Building ... /Users/Fljagd/src/edk2/Clover/Library/OsxBdsPlatformLib/PlatformBds.inf [X64]
[sLINK] UefiHiiServicesLib
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf [X64]
[CC] DxePcdLib
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf [X64]
[sLINK] DxePcdLib
Building ... /Users/Fljagd/src/edk2/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf [X64]
[CC] LzmaDecompress
Building ... /Users/Fljagd/src/edk2/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf [X64]
[CC] String
Building ... /Users/Fljagd/src/edk2/Clover/Library/MemLogLibDefault/MemLogLibDefault.inf [X64]
[CC] CustomizedDisplayLib
[CC] PciLib
[sLINK] BasePciLibCf8
[CC] DevicePath
[CC] PciCf8Lib
Building ... /Users/Fljagd/src/edk2/Clover/Library/VideoBiosPatchLib/VideoBiosPatchLib.inf [X64]
[CC] FilePaths
[CC] IoApicLib
[sLINK] BasePciCf8Lib
[sLINK] BaseIoApicLib
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/UefiScsiLib/UefiScsiLib.inf [X64]
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/UefiUsbLib/UefiUsbLib.inf [X64]
[CC] BaseXApicLib
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf [X64]
[sLINK] BaseXApicLib
[CC] BdsPlatform
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf [X64]
[CC] MemLogLib
[CC] VideoBiosPatchLib
[sLINK] MemLogLibDefault
[CC] CustomizedDisplayLibInternal
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf [X64]
[CC] Hid
[CC] Performance
[CC] UefiScsiLib
[CC] HiiLib
[sLINK] UefiScsiLib
[CC] UefiSortLib
Building ... /Users/Fljagd/src/edk2/ShellPkg/Library/UefiShellLib/UefiShellLib.inf [X64]
[sLINK] UefiSortLib
[CC] PlatformData
[CC] LzFind
/Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.iii:300: warning: absolute address can not be RIP-relative
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf [X64]
[CC] AutoGen
[sLINK] DuetBds
[NASM] Thunk16
[CC] UsbDxeLib
[CC] ApplicationEntryPoint
[sLINK] CustomizedDisplayLib
[CC] HiiString
[sLINK] UefiUsbLib
Building ... /Users/Fljagd/src/edk2/Clover/Library/OpensslLib/OpensslLibNull.inf [X64]
[sLINK] UefiApplicationEntryPoint
[CC] Non-existing
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf [X64]
[CC] UefiFileHandleLib
[CC] 915resolution
Building ... /Users/Fljagd/src/edk2/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf [X64]
[sLINK] UefiFileHandleLib
[CC] ScanMem64Wrapper
[CC] Math64
[CC] HiiLanguage
[CC] OpensslLibNull
warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning for library: /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Library/OpensslLib/OpensslLibNull/OUTPUT/OpensslLib.lib the table of contents is empty (no object file members in the library define global symbols)
[sLINK] UefiHiiLib
[sLINK] OpensslLib
[sLINK] DebugAgentLibNull
[CC] Unaligned
[CC] edid
[CC] BdsConnect
[CC] ScanMem32Wrapper
[sLINK] VideoBiosPatchLib
[CC] X86WriteIdtr
[CC] X86WriteGdtr
[CC] ScanMem16Wrapper
[CC] X86Thunk
[CC] ScanMem8Wrapper
[CC] X86ReadIdtr
[CC] X86ReadGdtr
[CC] ZeroMemWrapper
[CC] LzmaDec
[CC] UefiShellLib
[CC] X86Msr
[CC] DxeNetLib
[sLINK] UefiShellLib
[CC] GuidedSectionExtraction
[CC] CompareMemWrapper
[CC] BdsMisc
[CC] X86GetInterruptState
[sLINK] LzmaDecompressLib
[CC] X86FxSave
[CC] SetMem64Wrapper
[CC] X86FxRestore
[CC] SetMem32Wrapper
[CC] X86EnablePaging64
[CC] X86EnablePaging32
[CC] NetBuffer
[CC] SetMem16Wrapper
[sLINK] DxeNetLib
[CC] X86DisablePaging64
[CC] X86DisablePaging32
[CC] SetMemWrapper
[CC] BdsConsole
[CC] GccInline
[CC] CopyMemWrapper
[CC] IsZeroBufferWrapper
[CC] MemLibGeneric
[CC] MemLibGuid
[ASM] CpuSleep
[CC] MemLib
[sLINK] UefiMemoryLib
[ASM] CpuFlushTlb
[sLINK] BaseCpuLib
[CC] BdsBoot
[CC] String
[CC] AutoGen
[sLINK] GenericBdsLib
[ASM] SwitchStack
[ASM] SetJump
[ASM] LongJump
[ASM] EnableDisableInterrupts
[ASM] DisablePaging64
[ASM] CpuId
[ASM] CpuIdEx
[ASM] EnableCache
[ASM] DisableCache
[ASM] RdRand
[CC] ChkStkGcc
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning same member name (LongJump.obj) in output file used for input files: /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.obj and: /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/LongJump.obj (due to use of basename, truncation, blank padding or duplicate input files)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning same member name (SetJump.obj) in output file used for input files: /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/SetJump.obj and: /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.obj (due to use of basename, truncation, blank padding or duplicate input files)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning same member name (SwitchStack.obj) in output file used for input files: /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/SwitchStack.obj and: /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.obj (due to use of basename, truncation, blank padding or duplicate input files)
[sLINK] BaseLib
Building ... /Users/Fljagd/src/edk2/Clover/OsxDxeIpl/DxeIpl.inf [X64]
Building ... /Users/Fljagd/src/edk2/Clover/OsxDxeCore/DxeMain.inf [X64]
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf [X64]
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf [X64]
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf [X64]
[CC] DxeInit
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf [X64]
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf [X64]
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf [X64]
[CC] WatchdogTimer
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf [X64]
[CC] Pcd
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf [X64]
[CC] MonotonicCounter
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf [X64]
[CC] CoreSectionExtraction
[CC] Crc32
[CC] InitVariable
[CC] AutoGen
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf [X64]
[CC] LegacyTable
[sLINK] WatchdogTimer
[CC] AutoGen
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf [X64]
[CC] Runtime
[CC] Reclaim
[sLINK] MonotonicCounterRuntimeDxe
[CC] CapsuleService
[CC] NullMemoryTest
[CC] FtwMisc
[CC] SecurityStub
[CC] AutoGen
[CC] AutoGen
[CC] SaveLongModeContext
[CC] ComponentName
[sLINK] RuntimeDxe
[sLINK] NullMemoryTestDxe
[CC] Service
[CC] HobGeneration
[CC] AutoGen
[CC] UpdateWorkingBlock
[CC] Image
[CC] EmuVariable
[sLINK] SecurityStubDxe
[CC] AutoGen
[sLINK] CapsuleRuntimeDxe
[CC] AutoGen
[CC] ConPlatform
[sLINK] PcdDxe
[CC] AutoGen
[sLINK] EmuVariableRuntimeDxe
[CC] Debug
[CC] DebugImageInfo
[CC] AutoGen
[CC] FaultTolerantWrite
[sLINK] ConPlatformDxe
[CC] EnterDxeCore
[CC] FaultTolerantWriteDxe
[DLINK1] WatchdogTimer
[DLINK1] MonotonicCounterRuntimeDxe
[MTOC] WatchdogTimer
[CC] Stall
[MTOC] MonotonicCounterRuntimeDxe
[DLINK1] NullMemoryTestDxe
[MTOC] NullMemoryTestDxe
[DLINK1] SecurityStubDxe
[GENFW] WatchdogTimer
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf [X64]
[MTOC] SecurityStubDxe
[GENFW] MonotonicCounterRuntimeDxe
[CC] AutoGen
[GENFW] NullMemoryTestDxe
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf [X64]
[sLINK] FaultTolerantWriteDxe
[CC] Paging
[DLINK1] CapsuleRuntimeDxe
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf [X64]
[CC] SetWatchdogTimer
[MTOC] CapsuleRuntimeDxe
[GENFW] SecurityStubDxe
[DLINK1] RuntimeDxe
[MTOC] RuntimeDxe
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf [X64]
[GENFW] CapsuleRuntimeDxe
[CC] AutoGen
[CC] Variable
[sLINK] DxeIpl
Building ... /Users/Fljagd/src/edk2/Clover/GraphicsConsoleDxe/GraphicsConsoleDxe.inf [X64]
[GENFW] RuntimeDxe
[CC] ConSplitterGraphics
[CC] HiiDatabaseEntry
[CC] InstallConfigurationTable
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf [X64]
[CC] VariableDxe
[CC] ComponentName
[CC] ComponentName
[CC] Library
[DLINK1] ConPlatformDxe
[MTOC] ConPlatformDxe
[CC] DevicePath
[CC] Measurement
[DLINK1] FaultTolerantWriteDxe
[DLINK1] DxeIpl
[MTOC] FaultTolerantWriteDxe
[GENFW] ConPlatformDxe
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf [X64]
[CC] LaffStd
[MTOC] DxeIpl
[CC] AutoGen
[sLINK] DevicePathDxe
[GENFW] FaultTolerantWriteDxe
Building ... /Users/Fljagd/src/edk2/DuetPkg/SmbiosGenDxe/SmbiosGen.inf [X64]
[CC] Image
[CC] TcgMorLockDxe
[GENFW] DxeIpl
[DLINK1] EmuVariableRuntimeDxe
Building ... /Users/Fljagd/src/edk2/Clover/OsxEfiLdr/EfiLdr.inf [X64]
[MTOC] EmuVariableRuntimeDxe
[CC] DriverSupport
[GENFW] EmuVariableRuntimeDxe
Building ... /Users/Fljagd/src/edk2/Clover/OsxBdsDxe/BdsDxe.inf [X64]
[CC] VarCheck
[CC] GraphicsConsole
[CC] EfiLoader
[CC] SmbiosDxe
[CC] SmbiosGen
[CC] Notify
[CC] VariableExLib
[DLINK1] PcdDxe
[MTOC] PcdDxe
[CC] AutoGen
[CC] AutoGen
[CC] Debug
[sLINK] GraphicsConsoleDxe
[CC] AutoGen
[sLINK] SmbiosDxe
[CC] HwErrRecSupport
[GENFW] PcdDxe
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf [X64]
[CC] ConSplitter
[sLINK] SmbiosGenDxe
[CC] AutoGen
[CC] Setup
[sLINK] VariableRuntimeDxe
[CC] Locate
[VFR] BdsDxe
[CC] AutoGen
[CC] FormDisplay
[sLINK] ConSplitterDxe
[CC] PeLoader
[CC] DeviceManagerVfr
[VFR] BdsDxe
[CC] Support
[CC] Handle
[CC] DriverHealthVfr
[CC] ProcessOptions
[CC] AutoGen
[CC] EbcExecute
[sLINK] EfiLoader
[CC] IfrParse
[DLINK1] SmbiosGenDxe
[MTOC] SmbiosGenDxe
[CC] ConfigRouting
[DLINK1] SmbiosDxe
[MTOC] SmbiosDxe
[CC] EbcInt
[GENFW] SmbiosGenDxe
Building ... /Users/Fljagd/src/edk2/Clover/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf [X64]
[CC] Gcd
[GENFW] SmbiosDxe
Building ... /Users/Fljagd/src/edk2/Clover/CpuDxe/Cpu.inf [X64]
[DLINK1] GraphicsConsoleDxe
[MTOC] GraphicsConsoleDxe
[CC] DeviceManager
[CC] EbcSupport
[GENFW] GraphicsConsoleDxe
Building ... /Users/Fljagd/src/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf [X64]
[CC] InputHandler
[VFR] BdsDxe
[CC] CpuIo2Dxe
[CC] Pool
[CC] String
[CC] BootManagerVfr
[CC] AutoGen
[CC] AutoGen
[sLINK] CpuIo2Dxe
[sLINK] DisplayEngine
[CC] 8259
[CC] Expression
/Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/CpuDxe/Cpu/OUTPUT/X64/CpuInterrupt.iii:30: warning: absolute address can not be RIP-relative
/Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/CpuDxe/Cpu/OUTPUT/X64/CpuInterrupt.iii:31: warning: absolute address can not be RIP-relative
/Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/CpuDxe/Cpu/OUTPUT/X64/CpuInterrupt.iii:32: warning: absolute address can not be RIP-relative
/Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/CpuDxe/Cpu/OUTPUT/X64/CpuInterrupt.iii:36: warning: absolute address can not be RIP-relative
/Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/CpuDxe/Cpu/OUTPUT/X64/CpuInterrupt.iii:37: warning: absolute address can not be RIP-relative
/Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/CpuDxe/Cpu/OUTPUT/X64/CpuInterrupt.iii:38: warning: absolute address can not be RIP-relative
[ASM] EbcLowLevel
[CC] BootManager
[CC] AutoGen
[sLINK] Legacy8259
[NASM] CpuInterrupt
[VFR] BdsDxe
[CC] Page
[CC] AutoGen
[sLINK] EbcDxe
[CC] FE
[DLINK1] CpuIo2Dxe
[MTOC] CpuIo2Dxe
[CC] Database
[CC] MemData
[GENFW] CpuIo2Dxe
Building ... /Users/Fljagd/src/edk2/Clover/AcpiReset/Reset.inf [X64]
[CC] Cpu
[DLINK1] Legacy8259
[MTOC] Legacy8259
[CC] Presentation
[CC] FileExplorer
[DLINK1] EfiLoader
[MTOC] EfiLoader
[GENFW] Legacy8259
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/Metronome/Metronome.inf [X64]
[CC] FwVolBlock
[CC] AutoGen
[sLINK] Cpu
[CC] AutoGen
[CC] Reset
[GENFW] EfiLoader
Building ... /Users/Fljagd/src/edk2/Clover/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf [X64]
[DLINK1] ConSplitterDxe
[sLINK] SetupBrowser
[MTOC] ConSplitterDxe
[CC] FwVolWrite
[CC] Metronome
[CC] AutoGen
[GENFW] ConSplitterDxe
[sLINK] AcpiReset
Building ... /Users/Fljagd/src/edk2/PcAtChipsetPkg/8254TimerDxe/8254Timer.inf [X64]
[CC] BootMaint
[CC] PcRtcEntry
[CC] AutoGen
[CC] Font
[sLINK] Metronome
[CC] FwVolRead
[CC] Timer
[DLINK1] VariableRuntimeDxe
[DLINK1] EbcDxe
[CC] BBSsupport
[MTOC] VariableRuntimeDxe
[MTOC] EbcDxe
[CC] AutoGen
[CC] PcRtc
[CC] FwVolAttrib
[sLINK] Timer
[DLINK1] Cpu
[MTOC] Cpu
[GENFW] VariableRuntimeDxe
[GENFW] EbcDxe
Building ... /Users/Fljagd/src/edk2/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf [X64]
Building ... /Users/Fljagd/src/edk2/Clover/PciRootBridgeDxe/PciRootBridge.inf [X64]
[CC] AutoGen
[DLINK1] DevicePathDxe
[GENFW] Cpu
[sLINK] PcRtc
[MTOC] DevicePathDxe
Building ... /Users/Fljagd/src/edk2/Clover/OsxPciBusNoEnumerationDxe/PciBusNoEnumeration.inf [X64]
[DLINK1] AcpiReset
[CC] ConfigKeywordHandler
[CC] Ffs
[MTOC] AcpiReset
[GENFW] DevicePathDxe
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf [X64]
[DLINK1] Metronome
[MTOC] Metronome
[CC] UpdatePage
[DLINK1] Timer
[CC] HpetTimer
[GENFW] AcpiReset
Building ... /Users/Fljagd/src/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf [X64]
[MTOC] Timer
[GENFW] Metronome
[CC] AutoGen
Building ... /Users/Fljagd/src/edk2/Clover/DriverOverride/DriverOverride.inf [X64]
[CC] PciPowerManagement
[sLINK] HiiDatabase
[GENFW] Timer
Building ... /Users/Fljagd/src/edk2/Clover/VBoxFsDxe/VBoxHfs.inf [X64]
[CC] AutoGen
[sLINK] HpetTimerDxe
[CC] FwVol
[CC] PcatPciRootBridge
[CC] DriverOverride
[CC] DataHub
[CC] NvmExpressBlockIo
[CC] Variable
[CC] Tpl
[CC] PcatPciRootBridgeDevicePath
[CC] PciRomTable
[CC] AutoGen
[CC] AutoGen
[CC] ComponentName
[sLINK] DriverOverride
[sLINK] DataHubDxe
[CC] Data
[CC] PciDriverOverride
[CC] Timer
[CC] fsw_hfs
[CC] PcatPciRootBridgeIo
[CC] NvmExpress
[DLINK1] PcRtc
[MTOC] PcRtc
[DLINK1] HpetTimerDxe
[CC] PciOptionRomSupport
[MTOC] HpetTimerDxe
[CC] Event
[GENFW] PcRtc
Building ... /Users/Fljagd/src/edk2/Clover/VBoxFsDxe/VBoxIso9660.inf [X64]
[CC] NvmExpressDiskInfo
[DLINK1] DriverOverride
[MTOC] DriverOverride
[CC] DeviceIo
[GENFW] HpetTimerDxe
Building ... /Users/Fljagd/src/edk2/Clover/VBoxFsDxe/VBoxExt2.inf [X64]
[CC] fsw_core
[CC] BootOption
[CC] PciEnumerator
[GENFW] DriverOverride
Building ... /Users/Fljagd/src/edk2/Clover/VBoxFsDxe/VBoxExt4.inf [X64]
[CC] Dependency
[DLINK1] DataHubDxe
[MTOC] DataHubDxe
[CC] PcatIo
[CC] fsw_efi_lib
[CC] NvmExpressHci
[GENFW] DataHubDxe
Building ... /Users/Fljagd/src/edk2/Clover/VBoxFsDxe/VBoxReiserFS.inf [X64]
[CC] BmLib
[CC] fsw_iso9660
[CC] PciEnumeratorSupport
[CC] AutoGen
[CC] fsw_ext2
[sLINK] PcatPciRootBridge
[VFR] BdsDxe
[CC] fsw_efi
[CC] fsw_ext4
[CC] NvmExpressPassthru
[CC] Dispatcher
[CC] PciCommand
[CC] Bm
[CC] AutoGen
[CC] fsw_core
[CC] ComponentName
[sLINK] NvmExpressDxe
[CC] fsw_core
[CC] fsw_reiserfs
[CC] DxeProtocolNotify
[CC] fsw_core
[CC] fsw_efi_lib
[CC] fsw_efi_lib
[CC] fsw_lib
[CC] Hotkey
[CC] PciDeviceSupport
[CC] DxeMain
[CC] fsw_efi_lib
[CC] fsw_core
[CC] AutoGen
[sLINK] VBoxHfs
[CC] PciBus
[CC] fsw_efi
[CC] fsw_efi
[CC] AutoGen
[CC] MemoryTest
[CC] fsw_efi_lib
[sLINK] DxeCore
[CC] fsw_efi
[CC] PciIo
[CC] Capsules
[CC] fsw_efi
[CC] AutoGen
[CC] fsw_lib
[CC] fsw_lib
[DLINK1] PcatPciRootBridge
[MTOC] PcatPciRootBridge
[sLINK] PciBusNoEnumerationDxe
[CC] String
[CC] fsw_lib
[GENFW] PcatPciRootBridge
Building ... /Users/Fljagd/src/edk2/Clover/FatPkg/EnhancedFatDxe/Fat.inf [X64]
[CC] AutoGen
[CC] AutoGen
[sLINK] VBoxIso9600
[sLINK] VBoxExt2
[CC] AutoGen
[sLINK] VBoxExt4
[CC] Language
[CC] fsw_lib
[CC] DirectoryCache
[VFR] BdsDxe
[CC] AutoGen
[sLINK] VBoxReiserFS
[CC] FrontPageVfr
[CC] DiskCache
[CC] FileName
[DLINK1] DisplayEngine
[MTOC] DisplayEngine
[CC] FrontPage
[CC] Hash
[GENFW] DisplayEngine
Building ... /Users/Fljagd/src/edk2/Clover/GrubFS/src/EXFAT.inf [X64]
[CC] BdsEntry
[CC] DirectoryManage
[CC] driver
[DLINK1] NvmExpressDxe
[MTOC] NvmExpressDxe
[CC] ComponentName
[CC] AutoGen
[GENFW] NvmExpressDxe
Building ... /Users/Fljagd/src/edk2/Clover/GrubFS/src/HFSPLUS.inf [X64]
[sLINK] BdsDxe
[CC] file
[CC] ReadWrite
[DLINK1] PciBusNoEnumerationDxe
[CC] driver
[DLINK1] VBoxHfs
[MTOC] PciBusNoEnumerationDxe
[CC] grub_driver
[MTOC] VBoxHfs
[CC] OpenVolume
[DLINK1] VBoxIso9600
[GENFW] PciBusNoEnumerationDxe
[MTOC] VBoxIso9600
Building ... /Users/Fljagd/src/edk2/Clover/GrubFS/src/ISO9660.inf [X64]
[DLINK1] VBoxExt2
[GENFW] VBoxHfs
[MTOC] VBoxExt2
Building ... /Users/Fljagd/src/edk2/Clover/GrubFS/src/NTFS.inf [X64]
[DLINK1] VBoxExt4
[MTOC] VBoxExt4
[CC] Open
[GENFW] VBoxIso9600
Building ... /Users/Fljagd/src/edk2/Clover/GrubFS/src/UDF.inf [X64]
[CC] grub_file
[GENFW] VBoxExt2
[CC] file
Building ... /Users/Fljagd/src/edk2/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf [X64]
[GENFW] VBoxExt4
Building ... /Users/Fljagd/src/edk2/Clover/BiosVideo/BiosVideo.inf [X64]
[CC] driver
[CC] Misc
[CC] driver
[CC] grub_driver
[CC] grub
[CC] driver
[DLINK1] VBoxReiserFS
[CC] ComponentName
[MTOC] VBoxReiserFS
[CC] Init
[CC] logging
[GENFW] VBoxReiserFS
Building ... /Users/Fljagd/src/edk2/Clover/LegacyBios/VideoDxe/VideoDxe.inf [X64]
[CC] file
[CC] file
[CC] grub_file
[CC] VgaMiniPort
[CC] file
[CC] Info
[CC] missing
[CC] AutoGen
[CC] grub_driver
[CC] grub_driver
[sLINK] VgaMiniPort
[CC] grub
[CC] grub_driver
[CC] path
[CC] FileSpace
[CC] logging
[CC] grub_file
[CC] grub_file
[CC] grub_file
[CC] utf8
[CC] Flush
[CC] missing
[CC] BiosVideoNew
[CC] grub
[CC] grub
[DLINK1] SetupBrowser
[MTOC] SetupBrowser
[CC] Fat
[CC] ComponentName
[CC] path
[CC] device
[CC] grub
[DLINK1] VgaMiniPort
[MTOC] VgaMiniPort
[CC] logging
[GENFW] SetupBrowser
Building ... /Users/Fljagd/src/edk2/Clover/SataControllerDxe/SataControllerDxe.inf [X64]
[CC] logging
[CC] Delete
[GENFW] VgaMiniPort
Building ... /Users/Fljagd/src/edk2/Clover/AtaAtapi/AtaAtapiPassThru.inf [X64]
[CC] logging
[CC] LegacyBiosThunk
[CC] err
[CC] missing
[CC] utf8
[CC] missing
[CC] BiosVideo
[CC] ComponentName
[CC] Data
[CC] AutoGen
[CC] missing
[sLINK] BiosVideo
[CC] path
[CC] path
[CC] ComponentName
[CC] UnicodeCollation
[CC] path
[CC] SataController
[CC] AutoGen
[CC] AutoGen
[CC] misc
[CC] AtaAtapiPassThru
[sLINK] CsmVideoDxe
[CC] utf8
[CC] utf8
[sLINK] Fat
[CC] AutoGen
[sLINK] SataController
[CC] utf8
[CC] list
[CC] device
[CC] device
[CC] device
[CC] err
[CC] fshelp
[CC] err
[CC] AhciMode
[CC] err
[DLINK1] SataController
[CC] misc
[MTOC] SataController
[CC] misc
[CC] exfat
[CC] gzio
[GENFW] SataController
[CC] misc
Building ... /Users/Fljagd/src/edk2/Clover/AtaBus/AtaBusDxe.inf [X64]
[CC] list
[CC] IdeMode
[CC] AutoGen
[CC] list
[sLINK] GrubEXFAT
[CC] list
[DLINK1] DxeCore
[CC] device
[MTOC] DxeCore
[CC] ComponentName
[CC] fshelp
[GENFW] DxeCore
Building ... /Users/Fljagd/src/edk2/Clover/DVDBus/ScsiBusDxe.inf [X64]
[CC] fshelp
[CC] err
[CC] AutoGen
[CC] AtaBus
[CC] fshelp
[sLINK] AtaAtapiPassThruDxe
[CC] ComponentName
[CC] ntfscomp
[CC] AtaPassThruExecute
[CC] misc
[CC] iso9660
[CC] udf
[CC] ScsiBus
[CC] ComponentName
[CC] list
[CC] AutoGen
[CC] AutoGen
[CC] AutoGen
[CC] AutoGen
[sLINK] AtaBusDxe
[sLINK] GrubISO9660
[sLINK] ScsiBus
[sLINK] GrubUDF
[CC] fshelp
[DLINK1] BiosVideo
[CC] ntfs
[MTOC] BiosVideo
[DLINK1] HiiDatabase
[MTOC] HiiDatabase
[DLINK1] CsmVideoDxe
[MTOC] CsmVideoDxe
[GENFW] BiosVideo
Building ... /Users/Fljagd/src/edk2/Clover/DVDDisk/ScsiDiskDxe.inf [X64]
[CC] AutoGen
[GENFW] HiiDatabase
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf [X64]
[GENFW] CsmVideoDxe
[sLINK] GrubNTFS
[CC] hfspluscomp
Building ... /Users/Fljagd/src/edk2/Clover/OhciDxe/OhciDxe.inf [X64]
[CC] ComponentName
[DLINK1] Fat
[MTOC] Fat
[GENFW] Fat
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf [X64]
[CC] UhciSched
[CC] UhciDebug
[CC] hfsplus
[CC] Ohci
[DLINK1] ScsiBus
[CC] EhciUrb
[MTOC] ScsiBus
[CC] AutoGen
[CC] UhciQueue
[CC] ScsiDisk
[sLINK] GrubHFSPLUS
[GENFW] ScsiBus
Building ... /Users/Fljagd/src/edk2/Clover/Patches_for_EDK2/XhciDxe/XhciDxe.inf [X64]
[CC] OhciSched
[CC] AutoGen
[CC] UsbHcMem
[sLINK] ScsiDisk
[CC] UhciReg
[DLINK1] AtaBusDxe
[MTOC] AtaBusDxe
[CC] OhciReg
[GENFW] AtaBusDxe
Building ... /Users/Fljagd/src/edk2/Clover/Patches_for_EDK2/UsbBusDxe/UsbBusDxe.inf [X64]
[CC] EhciSched
[CC] UsbHcMem
[CC] Xhci
[CC] EhciDebug
[CC] OhciUrb
[CC] XhciReg
[CC] UsbDesc
[CC] Uhci
[DLINK1] GrubEXFAT
[CC] EhciReg
[MTOC] GrubEXFAT
[CC] OhciDebug
[CC] ComponentName
[GENFW] GrubEXFAT
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf [X64]
[CC] ComponentName
[DLINK1] AtaAtapiPassThruDxe
[CC] UsbEnumer
[CC] ComponentName
[MTOC] AtaAtapiPassThruDxe
[CC] AutoGen
[sLINK] UhciDxe
[GENFW] AtaAtapiPassThruDxe
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf [X64]
[CC] UsbHcMem
[CC] EfiKey
[CC] UsbBus
[CC] Ehci
[CC] AutoGen
[CC] UsbMassBot
[CC] AutoGen
[sLINK] OhciDxe
[sLINK] EhciDxe
[CC] UsbHub
[CC] ComponentName
[CC] XhciSched
[CC] KeyBoard
[CC] ComponentName
[DLINK1] ScsiDisk
[MTOC] ScsiDisk
[CC] ComponentName
[CC] UsbMassImpl
[GENFW] ScsiDisk
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf [X64]
[CC] UsbHcMem
[CC] AutoGen
[CC] UsbUtility
[sLINK] UsbKbDxe
[DLINK1] GrubISO9660
[MTOC] GrubISO9660
[DLINK1] GrubUDF
[CC] ComponentName
[CC] UsbMassBoot
[MTOC] GrubUDF
[CC] ComponentName
[CC] AutoGen
[GENFW] GrubISO9660
Building ... /Users/Fljagd/src/edk2/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf [X64]
[sLINK] UsbBusDxe
[GENFW] GrubUDF
Building ... /Users/Fljagd/src/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf [X64]
[CC] AutoGen
[sLINK] XhciDxe
[CC] MouseHid
[CC] UsbMassCbi
[CC] ComponentName
[DLINK1] UhciDxe
[CC] PcatIsaAcpi
[CC] UsbMassDiskInfo
[MTOC] UhciDxe
[CC] UsbMouse
[DLINK1] BdsDxe
[MTOC] BdsDxe
[GENFW] UhciDxe
Building ... /Users/Fljagd/src/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf [X64]
[CC] AutoGen
[CC] IsaAcpi
[GENFW] BdsDxe
Building ... /Users/Fljagd/src/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf [X64]
[CC] AutoGen
[sLINK] UsbMassStorageDxe
[CC] IsaIo
[sLINK] UsbMouseDxe
[DLINK1] GrubNTFS
[MTOC] GrubNTFS
[CC] ComponentName
[CC] ComponentName
[GENFW] GrubNTFS
Building ... /Users/Fljagd/src/edk2/Clover/Ps2MouseDxe/Ps2MouseDxe.inf [X64]
[CC] ComponentName
[CC] IsaBus
[CC] AutoGen
[sLINK] IsaAcpi
[DLINK1] EhciDxe
[CC] AutoGen
[MTOC] EhciDxe
[CC] ComponentName
[sLINK] IsaBusDxe
[CC] CommPs2
[CC] Ps2KbdCtrller
[GENFW] EhciDxe
Building ... /Users/Fljagd/src/edk2/Clover/OsxAcpiTableDxe/AcpiTableDxe.inf [X64]
[DLINK1] UsbKbDxe
[MTOC] UsbKbDxe
[CC] Ps2MouseAbsolutePointer
[CC] CommPs2
[CC] Ps2KbdTextIn
[GENFW] UsbKbDxe
Building ... /Users/Fljagd/src/edk2/Clover/OsxAcpiPlatformDxe/AcpiPlatformDxe.inf [X64]
[CC] AutoGen
[DLINK1] OhciDxe
[sLINK] Ps2MouseAbsolutePointerDxe
[DLINK1] UsbMouseDxe
[MTOC] OhciDxe
[MTOC] UsbMouseDxe
[CC] Ps2Keyboard
[CC] Ps2Mouse
[GENFW] OhciDxe
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf [X64]
[GENFW] UsbMouseDxe
[CC] AcpiPlatform
[CC] AutoGen
Building ... /Users/Fljagd/src/edk2/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf [X64]
[DLINK1] IsaAcpi
[CC] AutoGen
[MTOC] IsaAcpi
[sLINK] Ps2MouseDxe
[CC] AcpiTableProtocol
[sLINK] Ps2KeyboardDxe
[DLINK1] UsbBusDxe
[MTOC] UsbBusDxe
[CC] AutoGen
[DLINK1] IsaBusDxe
[GENFW] IsaAcpi
Building ... /Users/Fljagd/src/edk2/Clover/PartitionDxe/PartitionDxe.inf [X64]
[MTOC] IsaBusDxe
[CC] ComponentName
[sLINK] AcpiPlatform
[GENFW] UsbBusDxe
Building ... /Users/Fljagd/src/edk2/Clover/BiosKeyboard/KeyboardDxe.inf [X64]
[CC] AcpiTable
[GENFW] IsaBusDxe
[DLINK1] UsbMassStorageDxe
Building ... /Users/Fljagd/src/edk2/Clover/LegacyBios/Region2Dxe/LegacyRegion2Dxe.inf [X64]
[DLINK1] GrubHFSPLUS
[CC] UnicodeCollationEng
[MTOC] UsbMassStorageDxe
[MTOC] GrubHFSPLUS
[CC] ComponentName
[GENFW] UsbMassStorageDxe
[CC] AutoGen
Building ... /Users/Fljagd/src/edk2/Clover/FSInject/FSInject.inf [X64]
[sLINK] AcpiTableDxe
[CC] AutoGen
[GENFW] GrubHFSPLUS
[CC] DiskIo
Building ... /Users/Fljagd/src/edk2/Clover/MsgLog/MsgLog.inf [X64]
[CC] ComponentName
[sLINK] EnglishDxe
[CC] Mbr
[CC] AutoGen
[CC] LegacyRegion2
[sLINK] DiskIoDxe
[DLINK1] Ps2MouseAbsolutePointerDxe
[CC] MsgLog
[MTOC] Ps2MouseAbsolutePointerDxe
[CC] AutoGen
[GENFW] Ps2MouseAbsolutePointerDxe
Building ... /Users/Fljagd/src/edk2/Clover/DumpUefiCalls/DumpUefiCalls.inf [X64]
[CC] Gpt
[CC] AutoGen
[CC] FSInject
[sLINK] LegacyRegion2Dxe
[sLINK] MsgLog
[CC] BiosKeyboard
[DLINK1] EnglishDxe
[MTOC] EnglishDxe
[DLINK1] Ps2MouseDxe
[MTOC] Ps2MouseDxe
[CC] Test
[GENFW] EnglishDxe
Building ... /Users/Fljagd/src/edk2/Clover/OsxFatBinaryDrv/OsxFatBinaryDrv.inf [X64]
[CC] ElTorito
[CC] DumpUefiCalls
[DLINK1] AcpiPlatform
[CC] LegacyBiosThunk
[GENFW] Ps2MouseDxe
Building ... /Users/Fljagd/src/edk2/Clover/EmuVariableUefi/EmuVariableRuntimeDxe.inf [X64]
[MTOC] AcpiPlatform
[CC] AutoGen
[sLINK] FSInject
[CC] Apple
[GENFW] AcpiPlatform
Building ... /Users/Fljagd/src/edk2/Clover/AppleImageCodec/AppleImageCodec.inf [X64]
[CC] AutoGen
[CC] OsxFatBinaryDrv
[sLINK] KeyboardDxe
[DLINK1] Ps2KeyboardDxe
[DLINK1] MsgLog
[CC] InitVariable
[MTOC] MsgLog
[MTOC] Ps2KeyboardDxe
[CC] AutoGen
[CC] Lib
[DLINK1] DiskIoDxe
[sLINK] OsxFatBinaryDrv
[CC] AppleImageCodec
[CC] Partition
[MTOC] DiskIoDxe
[GENFW] MsgLog
Building ... /Users/Fljagd/src/edk2/Clover/bdmesg_efi/bdmesg.inf [X64]
[GENFW] Ps2KeyboardDxe
Building ... /Users/Fljagd/src/edk2/Clover/rEFIt_UEFI/refit.inf [X64]
[GENFW] DiskIoDxe
[CC] AutoGen
[DLINK1] AcpiTableDxe
[MTOC] AcpiTableDxe
Building ... /Users/Fljagd/src/edk2/Clover/OsxAptioFixDrv/OsxAptioFixDrv.inf [X64]
[sLINK] PartitionDxe
[CC] BootServices
[GENFW] AcpiTableDxe
Building ... /Users/Fljagd/src/edk2/Clover/OsxAptioFixDrv/OsxAptioFix2Drv.inf [X64]
[CC] bdmesg
[CC] EmuVariable
[DLINK1] LegacyRegion2Dxe
[MTOC] LegacyRegion2Dxe
[CC] AutoGen
[CC] AutoGen
[CC] RuntimeServices
[sLINK] bdmesg
[GENFW] LegacyRegion2Dxe
Building ... /Users/Fljagd/src/edk2/Clover/OsxLowMemFixDrv/OsxLowMemFixDrv.inf [X64]
[CC] OsxAptioFixDrv
[sLINK] EmuVariableUefi
[CC] OsxAptioFix2Drv
[DLINK1] OsxFatBinaryDrv
[CC] Log
[MTOC] OsxFatBinaryDrv
[GENFW] OsxFatBinaryDrv
[CC] OsxLowMemFixDrv
[CC] MemLog
[CC] BootFixes
[DLINK1] KeyboardDxe
[CC] BootFixes
[MTOC] KeyboardDxe
[CC] BdsConnect
[CC] DecodedKernelCheck
[CC] FileLib
[GENFW] KeyboardDxe
[CC] Lib
[CC] DecodedKernelCheck
[DLINK1] FSInject
[MTOC] FSInject
[CC] BootArgs
[CC] AutoGen
[CC] DataHub
[DLINK1] XhciDxe
[MTOC] XhciDxe
[sLINK] OsxLowMemFixDrv
[GENFW] FSInject
[CC] BootArgs
[CC] picopng
[GENFW] XhciDxe
[CC] AutoGen
[CC] VMem
[CC] Fs
[sLINK] AppleImageCodec
[CC] VMem
[CC] AutoGen
[sLINK] DumpUefiCalls
[CC] Lib
[DLINK1] PartitionDxe
[CC] Lib
[CC] main
[MTOC] PartitionDxe
[DLINK1] OsxLowMemFixDrv
[DLINK1] bdmesg
[MTOC] OsxLowMemFixDrv
[DLINK1] EmuVariableUefi
[MTOC] bdmesg
[MTOC] EmuVariableUefi
[GENFW] PartitionDxe
[GENFW] OsxLowMemFixDrv
[CC] device_tree
[GENFW] bdmesg
[GENFW] EmuVariableUefi
[CC] device_tree
[CC] NVRAMDebug
[CC] NVRAMDebug
[CC] Mach-O
[CC] icns
[CC] Mach-O
/Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxAptioFixDrv/OsxAptioFixDrv/OUTPUT/X64/AsmFuncsX64.iii:221: warning: absolute address can not be RIP-relative
/Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxAptioFixDrv/OsxAptioFixDrv/OUTPUT/X64/AsmFuncsX64.iii:225: warning: absolute address can not be RIP-relative
/Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxAptioFixDrv/OsxAptioFixDrv/OUTPUT/X64/AsmFuncsX64.iii:226: warning: absolute address can not be RIP-relative
[NASM] AsmFuncsX64
/Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxAptioFixDrv/OsxAptioFix2Drv/OUTPUT/X64/AsmFuncsX64.iii:221: warning: absolute address can not be RIP-relative
/Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxAptioFixDrv/OsxAptioFix2Drv/OUTPUT/X64/AsmFuncsX64.iii:225: warning: absolute address can not be RIP-relative
/Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxAptioFixDrv/OsxAptioFix2Drv/OUTPUT/X64/AsmFuncsX64.iii:226: warning: absolute address can not be RIP-relative
[NASM] AsmFuncsX64
[CC] AutoGen
[sLINK] OsxAptioFixDrv
[CC] AutoGen
[CC] lib
[sLINK] OsxAptioFix2Drv
[DLINK1] DumpUefiCalls
[DLINK1] AppleImageCodec
[MTOC] DumpUefiCalls
[MTOC] AppleImageCodec
[GENFW] DumpUefiCalls
[GENFW] AppleImageCodec
[DLINK1] OsxAptioFix2Drv
[MTOC] OsxAptioFix2Drv
[GENFW] OsxAptioFix2Drv
[DLINK1] OsxAptioFixDrv
[MTOC] OsxAptioFixDrv
[GENFW] OsxAptioFixDrv
[CC] menu
[CC] screen
[CC] IO
[CC] common
[CC] legacy
[CC] loader
[CC] tool
[CC] secureboot
[CC] securehash
[CC] securemenu
[CC] securevars
[CC] bootscreen
[CC] lockedgraphics
[CC] BmLib
[CC] image
[CC] load_bmp
[CC] load_icns
[CC] libscreen
[CC] lodepng
[CC] text
[CC] AcpiPatcher
[CC] AmlGenerator
[CC] ati
[CC] BootLog
[CC] BootOptions
[CC] Console
[CC] cpu
[CC] DataHubCpu
[CC] device_inject
[CC] device_tree
[CC] Edid
[CC] Events
[CC] gma
[CC] guid
[CC] Injectors
[CC] LegacyBiosThunk
[CC] LegacyBoot
[CC] nvidia
[CC] picopng
[CC] platformdata
[CC] plist
[CC] Pointer
[CC] Settings
[CC] smbios
[CC] spd
[CC] string
[CC] StateGenerator
[CC] usbfix
[CC] b64cdecode
[CC] FixBiosDsdt
[CC] kernel_patcher
[CC] kext_patcher
[CC] kext_inject
[CC] Nvram
[CC] card_vlist
[CC] PlatformDriverOverride
[CC] Hibernate
[CC] Net
[CC] AutoGen
[sLINK] CLOVERX64
[DLINK1] CLOVERX64
[MTOC] CLOVERX64
[GENFW] CLOVERX64

Generating DUETEFIMAINFVX64 FV
########################################
########################################
########################################
##################
GUID cross reference file can be found at /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/FV/Guid.xref

FV Space Information
DUETEFIMAINFVX64 [34%Full] 2752512 total, 943696 used, 1808816 free

- Done -
Build end time: 17:01:29, Sep.16 2016
Build total time: 00:00:38

Compressing DUETEFIMainFv.FV ...
Encoding
Compressing DxeCore.efi ...
Encoding
Compressing DxeIpl.efi ...
Encoding
Generate Loader Image ...
Created /Users/Fljagd/src/edk2/Build/Clover/RELEASE_XCODE5/FV/Efildr64
879+0 records in
879+0 records out
450048 bytes transferred in 0.004460 secs (100905443 bytes/sec)
Copy CloverEFI:
-> boot6
Changing byte at 0xa9 of boot6 to show 6 as init message:
1+0 records in
1+0 records out
1 bytes transferred in 0.000010 secs (99864 bytes/sec)
-> BOOTX64.efi
-> CLOVERX64.efi
Copy Mandatory drivers:
-> FSInject-64.efi
-> FSInject-64.efi
-> OsxFatBinaryDrv-64.efi
-> VBoxHfs-64.efi
Copy Optional drivers:
-> NvmExpressDxe-64.efi
-> Ps2MouseDxe-64.efi
-> UsbMouseDxe-64.efi
-> VBoxExt2-64.efi
-> VBoxExt4-64.efi
-> VBoxIso9600-64.efi
-> XhciDxe-64.efi
-> GrubEXFAT-64.efi
-> GrubISO9660-64.efi
-> GrubNTFS-64.efi
-> GrubUDF-64.efi
-> CsmVideoDxe-64.efi
-> DataHubDxe-64.efi
-> EmuVariableUefi-64.efi
-> OsxAptioFix2Drv-64.efi
-> OsxAptioFixDrv-64.efi
-> OsxLowMemFixDrv-64.efi
-> PartitionDxe-64.efi
Copy Applications:
-> bdmesg.efi
Done!

Generating BootSectors
make: Nothing to be done for `all'.
Done!
rm -rf sym obj dst
===============================================================================
MAKE PKG
<----------------------------------------------------

========= Translating Resources ========
/Users/Fljagd/src/edk2/Clover/CloverPackage/package/../../../../opt/local
Updating 'en' strings file for CloverUpdater... done
Updating 'en' strings file for Clover Preference Panel... done
Updating strings file for Clover Preference Panel... done
Discard ../sym/Resources/Clover/Resources/sv.lproj/Welcome.html (0 of 10 strings; only 0% translated; need 80%).
Discard ../sym/Resources/Clover/Resources/sv.lproj/Description.html (0 of 26 strings; only 0% translated; need 80%).
Discard ../sym/Resources/Clover/Resources/sv.lproj/Conclusion.html (0 of 4 strings; only 0% translated; need 80%).
Discard ../sym/Resources/Clover/Resources/sv.lproj/Localizable.strings (0 of 116 strings; only 0% translated; need 74%).
Discard ../CloverUpdater/src/sv.lproj/CloverUpdater.strings (0 of 12 strings; only 0% translated; need 74%).
Discard ../CloverPrefpane/src/sv.lproj/CloverPrefpane.strings (0 of 39 strings; only 0% translated; need 74%).

Building CloverUpdater application...
2016-09-16 17:01:35.722 xcodebuild[10683:53908] Unable to load .strings file: CFBundle 0x7fed30c3de20 (framework, loaded) / AppleSystemInfo: Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected character b at line 1" UserInfo={NSDebugDescription=Unexpected character b at line 1, kCFPropertyListOldStyleParsingError=Error Domain=NSCocoaErrorDomain Code=3840 "Conversion of string failed." UserInfo={NSDebugDescription=Conversion of string failed.}}
[XCODE]
Building CloverPrefpane preference...
2016-09-16 17:01:38.504 xcodebuild[10767:54315] Unable to load .strings file: CFBundle 0x7f9b6b78c490 (framework, loaded) / AppleSystemInfo: Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected character b at line 1" UserInfo={NSDebugDescription=Unexpected character b at line 1, kCFPropertyListOldStyleParsingError=Error Domain=NSCocoaErrorDomain Code=3840 "Conversion of string failed." UserInfo={NSDebugDescription=Conversion of string failed.}}
[XCODE]
================= Making all in fdisk440 =================
[MKDIR] /Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440
[CC32] auto.c
[CC32] cmd.c
[CC32] disk.c
[CC32] fdisk.c
[CC32] getrawpartition.c
[CC32] mbr.c
[CC32] misc.c
[CC32] opendev.c
[CC32] part.c
[CC32] user.c
[CC64] auto.c
[CC64] cmd.c
[CC64] disk.c
[CC64] fdisk.c
[CC64] getrawpartition.c
[CC64] mbr.c
[CC64] misc.c
[CC64] opendev.c
[CC64] part.c
[CC64] user.c
[LD32] fdisk440_32
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/auto.o32) was built for newer OSX version (10.11) than being linked (10.5)
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/cmd.o32) was built for newer OSX version (10.11) than being linked (10.5)
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/disk.o32) was built for newer OSX version (10.11) than being linked (10.5)
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/fdisk.o32) was built for newer OSX version (10.11) than being linked (10.5)
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/getrawpartition.o32) was built for newer OSX version (10.11) than being linked (10.5)
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/mbr.o32) was built for newer OSX version (10.11) than being linked (10.5)
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/misc.o32) was built for newer OSX version (10.11) than being linked (10.5)
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/opendev.o32) was built for newer OSX version (10.11) than being linked (10.5)
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/part.o32) was built for newer OSX version (10.11) than being linked (10.5)
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/user.o32) was built for newer OSX version (10.11) than being linked (10.5)
[LD64] fdisk440_64
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/auto.o64) was built for newer OSX version (10.11) than being linked (10.5)
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/cmd.o64) was built for newer OSX version (10.11) than being linked (10.5)
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/disk.o64) was built for newer OSX version (10.11) than being linked (10.5)
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/fdisk.o64) was built for newer OSX version (10.11) than being linked (10.5)
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/getrawpartition.o64) was built for newer OSX version (10.11) than being linked (10.5)
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/mbr.o64) was built for newer OSX version (10.11) than being linked (10.5)
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/misc.o64) was built for newer OSX version (10.11) than being linked (10.5)
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/opendev.o64) was built for newer OSX version (10.11) than being linked (10.5)
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/part.o64) was built for newer OSX version (10.11) than being linked (10.5)
ld: warning: object file (/Users/Fljagd/src/edk2/Clover/CloverPackage/sym/build/fdisk440/user.o64) was built for newer OSX version (10.11) than being linked (10.5)
[LIPO] /Users/Fljagd/src/edk2/Clover/CloverPackage/sym/utils/fdisk440
================= Making all in boot1-install =================
[XCODE] boot1-install
2016-09-16 17:01:43.863 xcodebuild[11122:54908] Unable to load .strings file: CFBundle 0x7fb99c882ce0 (framework, loaded) / AppleSystemInfo: Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected character b at line 1" UserInfo={NSDebugDescription=Unexpected character b at line 1, kCFPropertyListOldStyleParsingError=Error Domain=NSCocoaErrorDomain Code=3840 "Conversion of string failed." UserInfo={NSDebugDescription=Conversion of string failed.}}
================= Making all in partutil =================
[XCODE] partutil
2016-09-16 17:01:44.989 xcodebuild[11158:55001] Unable to load .strings file: CFBundle 0x7fa613833830 (framework, loaded) / AppleSystemInfo: Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected character b at line 1" UserInfo={NSDebugDescription=Unexpected character b at line 1, kCFPropertyListOldStyleParsingError=Error Domain=NSCocoaErrorDomain Code=3840 "Conversion of string failed." UserInfo={NSDebugDescription=Conversion of string failed.}}
================= Making all in bdmesg =================
[XCODE] bdmesg
2016-09-16 17:01:45.728 xcodebuild[11186:55093] Unable to load .strings file: CFBundle 0x7fb32625d7d0 (framework, loaded) / AppleSystemInfo: Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected character b at line 1" UserInfo={NSDebugDescription=Unexpected character b at line 1, kCFPropertyListOldStyleParsingError=Error Domain=NSCocoaErrorDomain Code=3840 "Conversion of string failed." UserInfo={NSDebugDescription=Conversion of string failed.}}
================= Making all in clover-genconfig =================
[XCODE] clover-genconfig
2016-09-16 17:01:46.326 xcodebuild[11220:55171] Unable to load .strings file: CFBundle 0x7f8b1ac0c340 (framework, loaded) / AppleSystemInfo: Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected character b at line 1" UserInfo={NSDebugDescription=Unexpected character b at line 1, kCFPropertyListOldStyleParsingError=Error Domain=NSCocoaErrorDomain Code=3840 "Conversion of string failed." UserInfo={NSDebugDescription=Conversion of string failed.}}

----------------------------------
Building Clover Install Package
----------------------------------

====================== Preinstall ======================
[bUILD] Pre
===================== Installation =====================
[bUILD] UEFI.only
================== Target ESP ==========================
[bUILD] Target.ESP
=================== BiosBoot ===========================
[bUILD] BiosBoot
===================== Utils ============================
[bUILD] Utils
===================== EFI folder =======================
[bUILD] EFIFolder
===================== BootLoaders ======================
[bUILD] AltBoot
[bUILD] bootNo
[bUILD] boot0af
[bUILD] boot0ss
====================== CloverEFI =======================
[bUILD] cloverEFI.64.sata
======================== Themes ========================
[bUILD] applestyle
[bUILD] BGM
[bUILD] black_green
[bUILD] bluemac
[bUILD] bootcamp
[bUILD] chrome
[bUILD] iclover
[bUILD] magnifico
[bUILD] metal
[bUILD] orange
[bUILD] os_box
[bUILD] os_one
[bUILD] Shield
[bUILD] Space
[bUILD] steampunkblack
[bUILD] thinkpad
================= drivers64 mandatory ==================
[bUILD] FSInject-64
===================== drivers64 ========================
[bUILD] GrubEXFAT-64
[bUILD] GrubISO9660-64
[bUILD] GrubNTFS-64
[bUILD] GrubUDF-64
[bUILD] NvmExpressDxe-64
[bUILD] Ps2MouseDxe-64
[bUILD] UsbMouseDxe-64
[bUILD] VBoxExt2-64
[bUILD] VBoxExt4-64
[bUILD] VBoxIso9600-64
[bUILD] XhciDxe-64
=============== drivers64 UEFI mandatory ===============
[bUILD] FSInject-64.UEFI
[bUILD] OsxFatBinaryDrv-64.UEFI
[bUILD] VBoxHfs-64.UEFI
=================== drivers64 UEFI =====================
[bUILD] CsmVideoDxe-64
[bUILD] DataHubDxe-64
[bUILD] EmuVariableUefi-64
[bUILD] OsxAptioFix2Drv-64
[bUILD] OsxAptioFixDrv-64
[bUILD] OsxLowMemFixDrv-64
[bUILD] PartitionDxe-64
===================== RC Scripts =======================
[bUILD] rc.scripts.on.target
[bUILD] rc.scripts.on.all.volumes
[bUILD] rc.scripts.core
================= Optional RC Scripts ==================
[bUILD] disable_sleep_proxy_client
==================== Clover Prefpane ===================
[bUILD] CloverPrefpane
================= Post =================
[bUILD] Post

--------------------------
Building process complete!
--------------------------

Build info.
===========
Package name: Clover_v2.3k_r3757.pkg
MD5: 3dccaac5daa8dd549ce2e793783c1517
Version: v2.3k
Stage: v2.3k
Date/Time: 2016-09-16 17:00:51
Built by: Fljagd
Copyright 2012-2016

adding: Clover_v2.3k_r3757.pkg (deflated 0%)
adding: Clover_v2.3k_r3757.pkg.md5 (stored 0%)
total 105592
drwxr-xr-x 9 Fljagd staff 306 Sep 16 17:01 .
drwxr-xr-x 14 Fljagd staff 476 Sep 16 17:01 ..
-rw-r--r--@ 1 Fljagd staff 26858744 Sep 16 17:01 Clover_v2.3k_r3757.pkg
-rw-r--r-- 1 Fljagd staff 68 Sep 16 17:01 Clover_v2.3k_r3757.pkg.md5
-rw-r--r-- 1 Fljagd staff 26814795 Sep 16 17:01 Clover_v2.3k_r3757.zip
drwxr-xr-x 3 Fljagd staff 102 Sep 16 17:01 Resources
drwxr-xr-x 7 Fljagd staff 238 Sep 16 17:01 build
drwxr-xr-x 3 Fljagd staff 102 Sep 16 17:01 package
drwxr-xr-x 7 Fljagd staff 238 Sep 16 17:01 utils
===============================================================================
build started at:
Ven 16 sep 2016 17:00:39 CEST
finished at
Ven 16 sep 2016 17:01:58 CEST

Done!
<----------------------------------------------------
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Deleting expired sessions...none found.

[Opération terminée]

 

  • Like 1
Link to comment
Share on other sites

+1

Better to create another Topic for that?

 

My distro will:

 

be able to compile clover from the command line in Terminal.

be able to format a partition in hfs+ (make also an OSX installer from there??)

embedded Clover installer with GUI (require some time to write a disk management framenwork for that (..started..))

gcc 5.4

clang 3.8

GnuStep

nasm

subversion

curl

macOS appearence.

  • Like 1
Link to comment
Share on other sites

Do clover utilities like bdmesg or clover-genconfig compiled under linux will work under linux or under MacOS? Or nowhere?

 

For installer there must be different CloverInstallerForLinux if one write it.

Link to comment
Share on other sites

Do clover utilities like bdmesg or clover-genconfig compiled under linux will work under linux or under MacOS? Or nowhere?

 

For installer there must be different CloverInstallerForLinux if one write it.

In linux bdmesg cannot be compiled because of the IOKit lib...clovergenconfig also. Not sure if possible installing the headers, sure can be done for CoreFundation (or can also be totally replaced by Foundation to create a plist dictionary since works already in my installation).. but would say that is not possible, or I need someone enlighten me.

 

EDIT 

instead, since the IO registry does not exist in linux.. we should only know where to look to retrieve needed info?

Link to comment
Share on other sites

×
×
  • Create New...