diff options
author | Daryl McDaniel <daryl.mcdaniel@intel.com> | 2013-09-10 21:53:28 +0000 |
---|---|---|
committer | darylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-09-10 21:53:28 +0000 |
commit | 979ce27979424eead1196d096c5bc54af3818ecc (patch) | |
tree | 2e89c62ac63a75bc055df9c50d1f850527adf0eb /MdePkg | |
parent | d02bc714cb9fba3dd0dc8b08cfeb97c6373d0770 (diff) | |
download | edk2-platforms-979ce27979424eead1196d096c5bc54af3818ecc.tar.xz |
StdLib: Fix IA32 and X64 build issues.
Building with the Intel Compiler V11 produces the following error:
StdLib\LibC\Containers\Queues\Fifo.c(223): error #186: pointless comparison of unsigned integer with zero
assert(Count >= 0);
Deleted the assert.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <daryl.mcdaniel@intel.com>
Reviewed by: erik.c.bjorge@intel.com
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14648 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
0 files changed, 0 insertions, 0 deletions