From 8cdf02422f68030cea2b4daf88c94e0fbc9685fe Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 19 Apr 2025 20:34:02 +0200 Subject: [PATCH] test: Silence benign compiler warning in the profiling_gcc_10+ suite (cherry picked from commit 2cf571d388586a1d139ff5952d075c711c48c082) --- test/suites/profiling_gcc_10+.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/suites/profiling_gcc_10+.bash b/test/suites/profiling_gcc_10+.bash index 16616731..d983c9e3 100644 --- a/test/suites/profiling_gcc_10+.bash +++ b/test/suites/profiling_gcc_10+.bash @@ -90,12 +90,12 @@ SUITE_profiling_gcc_10+() { done cd obj1 - gcda_cycle -fprofile-prefix-path=/you/shall/not/pass -fprofile-dir=. + gcda_cycle -fprofile-prefix-path=/you/shall/not/pass -fprofile-dir=. 2>/dev/null expect_stat direct_cache_hit 0 expect_stat cache_miss 1 cd ../obj2 - gcda_cycle -fprofile-prefix-path=/you/shall/not/pass -fprofile-dir=. + gcda_cycle -fprofile-prefix-path=/you/shall/not/pass -fprofile-dir=. 2>/dev/null expect_stat direct_cache_hit 0 expect_stat cache_miss 2 -- 2.47.2