1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-11-01 11:16:16 +00:00

Resolves further unused parameter warnings.

Also adds warning to Xcode build, for better symmetry with Qt defaults.
This commit is contained in:
Thomas Harte
2020-05-30 00:58:10 -04:00
parent 0bf7de9d43
commit d066dd2b44
2 changed files with 3 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ Analyser::Static::Target *AppleTarget(const Storage::Encodings::AppleGCR::Sector
return target;
}
Analyser::Static::Target *OricTarget(const Storage::Encodings::AppleGCR::Sector *sector_zero) {
Analyser::Static::Target *OricTarget(const Storage::Encodings::AppleGCR::Sector *) {
using Target = Analyser::Static::Oric::Target;
auto *const target = new Target;
target->rom = Target::ROM::Pravetz;