]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/BaseLib/Synchronization.c
Make MDE package pass intel IPF compiler with /W4 /WX switched on.
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 25 Jan 2007 06:05:36 +0000 (06:05 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 25 Jan 2007 06:05:36 +0000 (06:05 +0000)
commit582510249f2fb1334e507b99421b9485f6b89159
treecd9d7414885d26e79565cd12ec241af93dc600f2
parentba3a1cb5bb97ffdea980f188fbd14b08200aeac6
Make MDE package pass intel IPF compiler with /W4 /WX switched on.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2312 6f19259b-4bc3-4df7-8a09-765794883524
65 files changed:
MdePkg/Include/Library/DebugLib.h
MdePkg/Include/Library/DxeCoreEntryPoint.h
MdePkg/Include/Library/PeiCoreEntryPoint.h
MdePkg/Include/Library/PerformanceLib.h
MdePkg/Library/BaseLib/BaseLibInternals.h
MdePkg/Library/BaseLib/BitField.c
MdePkg/Library/BaseLib/Ipf/Synchronization.c
MdePkg/Library/BaseLib/Ipf/Unaligned.c
MdePkg/Library/BaseLib/LinkedList.c
MdePkg/Library/BaseLib/LongJump.c
MdePkg/Library/BaseLib/Math64.c
MdePkg/Library/BaseLib/SetJump.c
MdePkg/Library/BaseLib/String.c
MdePkg/Library/BaseLib/SwapBytes16.c
MdePkg/Library/BaseLib/SwapBytes32.c
MdePkg/Library/BaseLib/Synchronization.c
MdePkg/Library/BaseMemoryLib/CopyMem.c
MdePkg/Library/BaseMemoryLib/MemLibGuid.c
MdePkg/Library/BaseMemoryLib/SetMem.c
MdePkg/Library/BaseMemoryLibMmx/MemLibGuid.c
MdePkg/Library/BasePciExpressLib/PciLib.c
MdePkg/Library/BasePeCoffLib/BasePeCoff.c
MdePkg/Library/BasePeCoffLib/BasePeCoffLib.msa
MdePkg/Library/BasePeCoffLib/BasePeCoffLibInternals.h [new file with mode: 0644]
MdePkg/Library/BasePeCoffLib/Ipf/PeCoffLoaderEx.c
MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c
MdePkg/Library/BasePostCodeLibDebug/PostCode.c
MdePkg/Library/BasePostCodeLibPort80/PostCode.c
MdePkg/Library/BasePrintLib/PrintLibInternal.h
MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c
MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.msa
MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLibInternals.h [new file with mode: 0644]
MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.msa
MdePkg/Library/DxeCoreHobLib/HobLib.c
MdePkg/Library/DxeCoreHobLib/HobLib.h [new file with mode: 0644]
MdePkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h [new file with mode: 0644]
MdePkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.msa
MdePkg/Library/DxeIoLibCpuIo/IoHighLevel.c
MdePkg/Library/DxeIoLibCpuIo/IoLib.c
MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.msa
MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c
MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLibInternals.h [new file with mode: 0644]
MdePkg/Library/DxeMemoryLib/MemLib.c
MdePkg/Library/DxeMemoryLib/MemLibGuid.c
MdePkg/Library/DxeReportStatusCodeLib/ReportStatusCodeLib.c
MdePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c
MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PostCode.c
MdePkg/Library/PeiHobLib/HobLib.c
MdePkg/Library/PeiIoLibCpuIo/IoHighLevel.c
MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c
MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLibInternals.h [new file with mode: 0644]
MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.msa
MdePkg/Library/PeiMemoryLib/MemLib.c
MdePkg/Library/PeiMemoryLib/MemLibGuid.c
MdePkg/Library/PeiPcdLib/PeiPcdLib.c
MdePkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c
MdePkg/Library/PeiServicesTablePointerLibKr1/PeiServicesTablePointer.c
MdePkg/Library/PeiServicesTablePointerLibKr1/PeiServicesTablePointerLibInternals.h [new file with mode: 0644]
MdePkg/Library/PeiServicesTablePointerLibKr1/PeiServicesTablePointerLibKr1.msa
MdePkg/Library/PeiSmbusLib/InternalSmbusLib.h
MdePkg/Library/UefiDebugLibConOut/DebugLib.c
MdePkg/Library/UefiDebugLibStdErr/DebugLib.c
MdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c
MdePkg/Library/UefiLib/UefiLib.c
MdePkg/Library/UefiLib/UefiNotTiano.c