Fix type casts and invalid format specifiers in interactive tests

This commit is contained in:
Maarten Bent
2018-07-29 11:58:01 +02:00
parent bfee89e3c4
commit 5da4e81e10
2 changed files with 9 additions and 10 deletions

View File

@@ -176,7 +176,7 @@ void InteractiveInputTestCase::TestRegExInteractive()
break;
}
wxPrintf(wxT("Subexpr %u matched '%s'\n"),
wxPrintf(wxT("Subexpr %zu matched '%s'\n"),
n, wxString(text + start, len));
}
}