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

Appearance settings

Commit c48658f

Browse filesBrowse files
committed
adding back
1 parent 0c9c40a commit c48658f
Copy full SHA for c48658f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • c/misra/test/rules/RULE-1-4
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎c/misra/test/rules/RULE-1-4/test.c

Copy file name to clipboardExpand all lines: c/misra/test/rules/RULE-1-4/test.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ typedef int new_type; // COMPLIANT
1212
typedef _Atomic new_type atomic_new_type; // NON_COMPLIANT
1313

1414
void f(int p) {
15-
// int i0 = _Generic(p, int : 0, long : 1); // NON_COMPLIANT[FALSE_NEGATIVE]
15+
int i0 = _Generic(p, int : 0, long : 1); // NON_COMPLIANT[FALSE_NEGATIVE]
1616

1717
_Atomic int i; // NON_COMPLIANT
1818

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.