diff --git a/tests/std/tests/Dev11_0748972_function_crash_out_of_memory/test.cpp b/tests/std/tests/Dev11_0748972_function_crash_out_of_memory/test.cpp index fc5793ba34c..6a33ce1099f 100644 --- a/tests/std/tests/Dev11_0748972_function_crash_out_of_memory/test.cpp +++ b/tests/std/tests/Dev11_0748972_function_crash_out_of_memory/test.cpp @@ -76,6 +76,7 @@ void test(const int num) { vector v(10, 1729); long long a = 0, b = 0, c = 0, d = 0, e = 0; auto big_lambda = [v, a, b, c, d, e] { + (void) v; (void) a; (void) b; (void) c;