Skip to content

Commit

Permalink
fixed functionStatic selfcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Oct 5, 2023
1 parent fa081bd commit 698b5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cppcheckexecutor.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class CppCheckExecutor : public ErrorLogger {
* @param settings Settings
* @return Returns true if successful
*/
bool loadAddons(Settings& settings);
static bool loadAddons(Settings& settings);

/**
* @brief Write the checkers report
Expand Down

0 comments on commit 698b5b8

Please sign in to comment.