We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf64d9 commit 9554f50Copy full SHA for 9554f50
flymake-cppcheck.el
@@ -50,7 +50,7 @@ Through the --enable command more checks can be enabled."
50
:type 'string
51
:group 'flymake-cppcheck)
52
53
-(defcustom flymake-cppcheck-command (executable-find "cppcheck")
+(defcustom flymake-cppcheck-command (or (executable-find "cppcheck") "")
54
"The name of the cppcheck executable."
55
56
0 commit comments