Fix some issues found by cppcheck.
This commit is contained in:
@ -54,7 +54,7 @@ String stringify_variants(Variant p_var, Args... p_args) {
|
||||
}
|
||||
|
||||
void add_print_handler(PrintHandlerList *p_handler);
|
||||
void remove_print_handler(PrintHandlerList *p_handler);
|
||||
void remove_print_handler(const PrintHandlerList *p_handler);
|
||||
|
||||
extern bool _print_line_enabled;
|
||||
extern bool _print_error_enabled;
|
||||
|
||||
Reference in New Issue
Block a user