Fix some issues found by cppcheck.
This commit is contained in:
parent
72407a9cfb
commit
f851c4aa33
163 changed files with 776 additions and 767 deletions
|
|
@ -45,7 +45,7 @@ void add_print_handler(PrintHandlerList *p_handler) {
|
|||
_global_unlock();
|
||||
}
|
||||
|
||||
void remove_print_handler(PrintHandlerList *p_handler) {
|
||||
void remove_print_handler(const PrintHandlerList *p_handler) {
|
||||
_global_lock();
|
||||
|
||||
PrintHandlerList *prev = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue