Closed GoogleCodeExporter closed 8 years ago
man cppcheck gives nothing about --std parameter.
cppcheck --help gives next:
--std=<id> Environment. The available options are:
* posix
Use this if a posix environment is available
* c99
Use this if the compiler is C99 compatible
* c++11
Use this if the compiler is C++11 compatible.
note: you probably want to also use 'c99'.
It seems that my version doesn't support c++03. If it right cppcheclipse should
check cppcheck's version and disable/remove c++03 from settings.
Original comment by ibram...@gmail.com
on 24 Aug 2013 at 9:22
You are right, the environment c++03 was only added with cppcheck version 1.56.
Please do upgrade to at least that version. I will also increase the minimum
required version of cppcheck with the next version of cppcheclipse.
Original comment by konra...@gmx.de
on 19 Dec 2013 at 4:22
Original comment by konra...@gmx.de
on 21 Dec 2013 at 7:25
This issue was closed by revision r294.
Original comment by konra...@gmx.de
on 21 Dec 2013 at 7:32
Original issue reported on code.google.com by
ibram...@gmail.com
on 24 Aug 2013 at 9:14