This website uses cookies and other technology to provide you a more personalized
experience. By
continuing the view of our web-pages you accept the terms of using these files. If you
don't
want your personal data to be processed, please, leave this site.
Learn More →
Examples of errors detected by the V588 diagnostic
V588. Expression of the 'A =+ B' kind is used. Possibly meant: 'A += B'. Consider inspecting the expression.
Libxml2
V588 The expression of the 'A =+ B' kind is utilized. Consider reviewing it, as it is possible that 'A += B' was meant. libxml xpath.c 12676
static int
xmlXPathCompOpEvalFirst(....)
{
....
total += xmlXPathCompOpEvalFirst(....);
....
total =+ xmlXPathCompOpEvalFilterFirst(ctxt, op, first);
....
}
Trans-Proteomic Pipeline
V588 The expression of the 'A =+ B' kind is utilized. Consider reviewing it, as it is possible that 'A += B' was meant. plot_msms plot-msms1.cxx 478
int main(int argc, char **argv)
{
....
ii=0;
for (i=0; pEnvironment.szPeptide[i]!=0; i++)
ii =+ pEnvironment.szPeptide[i];
....
}
This is what should have been written here: ii += pEnvironment.szPeptide[i];