aboutsummaryrefslogtreecommitdiff
path: root/test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp')
-rw-r--r--test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp b/test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp
index 4b89414686ba..3e215c8bf3c9 100644
--- a/test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp
+++ b/test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp
@@ -14,4 +14,5 @@
int main()
{
std::complex<double> d;
+ (void)d;
}