summaryrefslogtreecommitdiff
path: root/test/std/language.support/support.runtime/cstdarg.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/std/language.support/support.runtime/cstdarg.pass.cpp')
-rw-r--r--test/std/language.support/support.runtime/cstdarg.pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/std/language.support/support.runtime/cstdarg.pass.cpp b/test/std/language.support/support.runtime/cstdarg.pass.cpp
index 059ad2f4ff91e..9d6f610a943ef 100644
--- a/test/std/language.support/support.runtime/cstdarg.pass.cpp
+++ b/test/std/language.support/support.runtime/cstdarg.pass.cpp
@@ -32,4 +32,5 @@
int main()
{
std::va_list va;
+ ((void)va);
}