Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf1944db

Browse files
Format cast test cases
1 parent7e8ba84 commitf1944db

File tree

1 file changed

+1
-1
lines changed
  • c/misra/test/rules/RULE-11-10

1 file changed

+1
-1
lines changed

‎c/misra/test/rules/RULE-11-10/test.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ typedef void f4(_Atomic void *); // NON_COMPLIANT
2323
typedefvoid (*f5)(_Atomicvoid*);// NON_COMPLIANT
2424

2525
voidf6() {
26-
(void*)0;// COMPLIANT
26+
(void*)0;// COMPLIANT
2727
(_Atomicvoid*)0;// NON_COMPLIANT
2828
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp