diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-07-18 21:17:16 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-07-18 21:17:16 +0000 |
commit | 5fd308971d84277e2107c2e7ac4a29386d2e34c1 (patch) | |
tree | c82fe2cda06151b7e715d6327e50b79e97ebc5d6 /libcxx/test/std/language.support/support.runtime/cstdarg.pass.cpp | |
parent | 87a82490fc6b89fd3dfe033054e1bdc6b87fd9f4 (diff) | |
download | bcm5719-llvm-5fd308971d84277e2107c2e7ac4a29386d2e34c1.tar.gz bcm5719-llvm-5fd308971d84277e2107c2e7ac4a29386d2e34c1.zip |
Fix warnings in test/std/language.support
llvm-svn: 242624
Diffstat (limited to 'libcxx/test/std/language.support/support.runtime/cstdarg.pass.cpp')
-rw-r--r-- | libcxx/test/std/language.support/support.runtime/cstdarg.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/language.support/support.runtime/cstdarg.pass.cpp b/libcxx/test/std/language.support/support.runtime/cstdarg.pass.cpp index 059ad2f4ff9..9d6f610a943 100644 --- a/libcxx/test/std/language.support/support.runtime/cstdarg.pass.cpp +++ b/libcxx/test/std/language.support/support.runtime/cstdarg.pass.cpp @@ -32,4 +32,5 @@ int main() { std::va_list va; + ((void)va); } |