Skip to content

Commit 5626d22

Browse files
committed
Tweak message. --std=posix will be deprecated in 2.05
1 parent 219180b commit 5626d22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/cmdlineparser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ bool CmdLineParser::parseFromArgs(int argc, const char* const argv[])
638638

639639
// --std
640640
else if (std::strcmp(argv[i], "--std=posix") == 0) {
641-
printMessage("cppcheck: Option --std=posix is deprecated and will be removed in 1.95.");
641+
printMessage("cppcheck: Option --std=posix is deprecated and will be removed in 2.05.");
642642
} else if (std::strcmp(argv[i], "--std=c89") == 0) {
643643
mSettings->standards.c = Standards::C89;
644644
} else if (std::strcmp(argv[i], "--std=c99") == 0) {

0 commit comments

Comments
 (0)