enabled daca warnings in self-check (#3075)
This commit is contained in:
parent
1151c3dafd
commit
0df10c3cb5
|
@ -855,6 +855,7 @@ bool CmdLineParser::parseFromArgs(int argc, const char* const argv[])
|
||||||
else if (mSettings->templateFormat == "selfcheck") {
|
else if (mSettings->templateFormat == "selfcheck") {
|
||||||
mSettings->templateFormat = "{file}:{line}:{column}: {severity}:{inconclusive:inconclusive:} {message} [{id}]\\n{code}";
|
mSettings->templateFormat = "{file}:{line}:{column}: {severity}:{inconclusive:inconclusive:} {message} [{id}]\\n{code}";
|
||||||
mSettings->templateLocation = "{file}:{line}:{column}: note: {info}\\n{code}";
|
mSettings->templateLocation = "{file}:{line}:{column}: note: {info}\\n{code}";
|
||||||
|
mSettings->daca = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue