Skip to content
Snippets Groups Projects
Commit 13e0e8b0 authored by Dominik Loidolt's avatar Dominik Loidolt
Browse files

fix a warning for the sparc compiler

parent fa9cd327
No related branches found
No related tags found
1 merge request!12increase code coverage, general code refactoring
......@@ -503,7 +503,7 @@ int cmp_cfg_gen_par_is_invalid(const struct cmp_cfg *cfg, enum check_opt opt)
}
if (cfg->round > max_round_value) {
debug_print("Error: selected lossy parameter: %" PRIu32 " is not supported%s. The largest supported value is: %u.\n",
debug_print("Error: selected lossy parameter: %" PRIu32 " is not supported%s. The largest supported value is: %" PRIu32 ".\n",
cfg->round, str, max_round_value);
cfg_invalid++;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment