Bug #18698 2012-08-09 08:29

daebwae

cppcheck v 1.1 - deprecated options

Cppcheck seems to use deprecated options when executing cppcheck. On the 1.55 version of cppcheck these options are no longer supported and the execution fails.

When I run the same command as the plugin uses on my Debian machine, I get the following warnings:

--snip--

cppcheck: '-a/--all' option is deprecated and will be removed in 1.55 release.

cppcheck: please use '--enable=all' instead.

cppcheck: '-s/--style' option is deprecated and will be removed in 1.55 release.

cppcheck: please use '--enable=style' instead.

--snap--

Thanks for the great IDE, I love it!

Stefan

Category
Plugin::Any
Group
Platform:All
Status
Closed
Close date
2012-08-20 05:06
Assigned to
mortenmacfly
mortenmacfly 2012-08-11 10:13

Mind to provide some version information on Code::Blocks, please?

daebwae 2012-08-11 14:32

Sorry that I didn't mention it.

I'm using the current version of Code::Blocks for Windows from: http://www.codeblocks.org/downloads/26 (v. 10.05)

The cppcheck version is 1.55 .

mortenmacfly 2012-08-13 05:51

Use a nightly. This should not longer be the case. If it is, report back. Otherwise I'll close the topic.

mortenmacfly 2012-08-20 05:06

Sorry, but I can't reproduce. Any additional information? Does it

still persist?