Skip to content

Commit c486f48

Browse files
committed
M6-4-2: Fix compilation
1 parent 41e9bb0 commit c486f48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/autosar/test/rules/M4-10-2/test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ void test_nullptr() {
2323
f3(f1, nullptr); // COMPLIANT - use of nullptr
2424
f1(NULL); // COMPLIANT - use of NULL macro is compliant according to this rule
2525
// only
26-
f1('\0'); // COMPLIANT - use of octal escape 0 is not covered by this rule
2726
ClassA a = CLASSA_INIT; // COMPLIANT
2827
}

0 commit comments

Comments
 (0)