When giving cppcheck more than one extra parameter in the cppcheck config, cppcheck treats them as one parameter. if I give "--inconclusive --enable=all" cppcheck: error: unrecognized command line option: "--inconclusive --enable=all". if I give " --inconclusive --enable=all" it works. Notice the space before --inconclusive. Reproducible: Always
Created attachment 97808 [details] Proposed patch
commit 42e67e1a55bc21e26bcbea17225106530461b3a3 Author: Peje Nilsson <peje66@gmail.com> Date: Thu Mar 10 20:46:07 2016 +0100 Don't reinvent the wheel. Reviewers: kfunk Reviewed By: kfunk Subscribers: kdevelop-devel Differential Revision: https://phabricator.kde.org/D1110