Fix most ARM warnings

This commit is contained in:
Ryan Houdek
2013-07-05 19:56:15 -05:00
parent cdfd7905a0
commit 7d6b36bf73
6 changed files with 12 additions and 11 deletions

View File

@ -68,5 +68,5 @@ namespace DriverDetails
void Init(Vendor vendor, const u32 devfamily, const double version);
// Once Vendor and driver version is set, this will return if it has the applicable bug passed to it.
const bool HasBug(Bug bug);
bool HasBug(Bug bug);
}