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

Commit6ab458a

Browse files
authored
Merge pull request#212 from github/jsinglet/c11-fix
C should be C11
2 parents3b7cf48 +3bb5a1b commit6ab458a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎scripts/matrix_testing/Config.ps1‎

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp