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 6ab458a

Browse filesBrowse files
authored
Merge pull request #212 from github/jsinglet/c11-fix
C should be C11
2 parents 3b7cf48 + 3bb5a1b commit 6ab458a
Copy full SHA for 6ab458a

File tree

1 file changed

+2
-2
lines changed
Filter options

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.