cppchecker

This commit is contained in:
iceman1001 2021-01-28 13:50:27 +01:00
parent 785d790ea0
commit 46767a07e7

View file

@ -149,7 +149,7 @@ void convertGraphFromBitstreamEx(int hi, int low) {
}
// Get or auto-detect ask clock rate
int GetAskClock(const char *str, bool printAns) {
int GetAskClock(const char *str, bool verbose) {
if (getSignalProperties()->isnoise)
return -1;