[previous] 0546 [next] [C] 'enum %s' has unknown content. Use of an enum tag with undefined content is not permitted.
Constraint violations REFERENCE - ISO:C90-6.5.2.3 Tags

This is a constraint error

An enumeration tag has been declared without specifying its content. For example:


/*PRQA S 3210,3211,3408,3447,3602 ++*/

enum ETAG ex;                       /* Message 0546 */

void foo(void)
{
}

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