sqc 0.4.13

Software Code Quality - CERT C compliance checker
1
2
3
4
5
6
7
8
/*
 * Rule: STR10-C
 * Source: wiki
 * Status: FAIL - Should trigger STR10-C violation
 */

wchar_t *msg = L"This message is very long, so I want to divide it "
                "into two parts.";