[previous] 1810 [next] An operand of 'essentially character' type is being added to another operand of 'essentially character' type.
Arithmetic type - Balancing

This message is issued whenever two expressions of essentially character type are added together.

For example:


/*PRQA S 1-9999 ++*/
/*PRQA S 1810 --*/

int f1810 (char a, char b)
{
  return a + b;             /* 1810 */
}

QA·C Source Code Analyser 8.1.2
© 2013 Programming Research.
www.programmingresearch.com
Personality Groups | Glossary | Message Index Contents