]> git.proxmox.com Git - mirror_edk2.git/commit - IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c
IntelFrameworkModulePkg: Fix clang compielr warning.
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 28 Jun 2011 23:11:25 +0000 (23:11 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 28 Jun 2011 23:11:25 +0000 (23:11 +0000)
commit5817d50862fa7d137ae3e61caff4c2578d473595
tree97113eaeca497fb8791c55cd5c0b027eb1ce1a70
parent1a08be52c6d1d3607e9e2303f4240686ba52d449
IntelFrameworkModulePkg: Fix clang compielr warning.

Clang complains about if (()) constructs as it thinks you may be doing a compare and assign in the same if structure.

signed-off-by: vanjeff

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11923 6f19259b-4bc3-4df7-8a09-765794883524
IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c