summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Src/BannerLoaderGC.cpp
diff options
context:
space:
mode:
authorLPFaint99 <lpfaint99@gmail.com>2009-03-07 08:07:11 +0000
committerLPFaint99 <lpfaint99@gmail.com>2009-03-07 08:07:11 +0000
commitf0431631a8a384ee0ff2c8bff2690ea56bde7d3b (patch)
treebb7be69519e9fd164f2f717dadcd48775f8525ea /Source/Core/DiscIO/Src/BannerLoaderGC.cpp
parent251179b00b4cef9f8843da23ed9e96369271d77b (diff)
fix some gcc warnings
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2590 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/BannerLoaderGC.cpp')
-rw-r--r--Source/Core/DiscIO/Src/BannerLoaderGC.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/Src/BannerLoaderGC.cpp b/Source/Core/DiscIO/Src/BannerLoaderGC.cpp
index 9afcb3d119..5134bb3bb7 100644
--- a/Source/Core/DiscIO/Src/BannerLoaderGC.cpp
+++ b/Source/Core/DiscIO/Src/BannerLoaderGC.cpp
@@ -131,6 +131,8 @@ CBannerLoaderGC::GetName(std::string _rName[])
}
break;
+ default:
+ break;
}
return returnCode;
@@ -196,6 +198,8 @@ CBannerLoaderGC::GetDescription(std::string* _rDescription)
returnCode = true;
}
break;
+ default:
+ break;
}
return returnCode;
}