]> git.proxmox.com Git - mirror_edk2.git/commit
PcAtChipsetPkg PciHostBridgeDxe: Fix build warning with GCC
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 19 Jun 2010 06:08:07 +0000 (06:08 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 19 Jun 2010 06:08:07 +0000 (06:08 +0000)
commitdaaad2703d654a6452a0de60eaf319b020af386c
treefb7776d4a1500ff703bd20d501d8262930fe52c5
parentcac2ab9556d7cb0d658098a9df0b657d862a55d5
PcAtChipsetPkg PciHostBridgeDxe: Fix build warning with GCC

Add default case to switch blocks to remove GCC compiler warning.
The default case code path should never be taken.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10592 6f19259b-4bc3-4df7-8a09-765794883524
PcAtChipsetPkg/PciHostBridgeDxe/PciRootBridgeIo.c