[previous] 0648 [next] [S] Unexpected '{' encountered at file scope.
Syntax errors

A '{' has been found without a preceding function header. This may be caused by a ';' after the declaration. For example:


/*PRQA S 553,2017,3210,3408 ++*/

int foo(int x);
{                        /* Message 0648 ... ';' probably included by mistake */
    return 1;
}


No MISRA C:2012 Rules applicable to message 0648


QA·C Source Code Analyser 8.1
MISRA C:2012 Compliance Module 1.0
© 2012 Programming Research.
www.programmingresearch.com
Personality Groups | Glossary | Message Index | MISRA C:2012 Rule Index Contents