diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2012-07-21 01:03:40 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2012-07-21 01:03:40 +0000 |
| commit | 5d926bf1b8dd15aca2c10733d15ec94dc3086efe (patch) | |
| tree | 8270f2d56dd4772530fe385b1bc59d8f1bcba331 /libcxx/test | |
| parent | bf882037be02291a9056578b2b8bd6fe9a9aeb74 (diff) | |
| download | bcm5719-llvm-5d926bf1b8dd15aca2c10733d15ec94dc3086efe.tar.gz bcm5719-llvm-5d926bf1b8dd15aca2c10733d15ec94dc3086efe.zip | |
noexcept and constexpr applied to <ios>.
llvm-svn: 160593
Diffstat (limited to 'libcxx/test')
| -rw-r--r-- | libcxx/test/input.output/file.streams/c.files/cstdio.pass.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxx/test/input.output/file.streams/c.files/cstdio.pass.cpp b/libcxx/test/input.output/file.streams/c.files/cstdio.pass.cpp index 9b8212150e4..9b2e5118fff 100644 --- a/libcxx/test/input.output/file.streams/c.files/cstdio.pass.cpp +++ b/libcxx/test/input.output/file.streams/c.files/cstdio.pass.cpp @@ -78,6 +78,9 @@ #include <cstdarg> +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wformat-zero-length" + int main() { std::FILE* fp = 0; |

