]> git.proxmox.com Git - mirror_edk2.git/commit
Fix a warning issue under CYGWIN_GCC building:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 27 Jul 2006 12:25:28 +0000 (12:25 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 27 Jul 2006 12:25:28 +0000 (12:25 +0000)
commitaa0dc7b430d9b116b94ef25cfc554c140cfa7ff2
tree7c708861d131e7548f27ff4e57dfe4f457e2bfed
parent5af6b67fdb381cd8e5193d9c66bba9108ea088ee
Fix a warning issue under CYGWIN_GCC building:
A function cannot be declared as returning a data object having a volatile or const type, but it can return a pointer to a volatile or const object.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1121 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Library/BasePciExpressLib/PciLib.c