Skip to content

Commit

Permalink
Fix unused param format in CustomPrinter.cc:29
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Sep 12, 2021
1 parent adf42d0 commit 4d197f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/CustomPrinter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class CustomPrinter: public Base {
}
void do_print(const char *format)
{
(void) format;

print_str2(do_print_callback());
}
void reload()
Expand Down

0 comments on commit 4d197f1

Please sign in to comment.