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 3bb5a1b

Browse filesBrowse files
committed
C should be C11
1 parent 3b7cf48 commit 3bb5a1b
Copy full SHA for 3bb5a1b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎scripts/matrix_testing/Config.ps1

Copy file name to clipboardExpand all lines: scripts/matrix_testing/Config.ps1
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ $COMPILER_ARGS = @{
2121
};
2222

2323
"c" = @{
24-
"gcc" = "-fsyntax-only";
25-
"clang" = "-fsyntax-only";
24+
"gcc" = "-fsyntax-only -std=c11";
25+
"clang" = "-fsyntax-only -std=c11";
2626
};
2727

2828
}

0 commit comments

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