From: Joel Rosdahl Date: Sat, 19 Apr 2025 18:34:02 +0000 (+0200) Subject: test: Silence benign compiler warning in the profiling_gcc_10+ suite X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2cf571d388586a1d139ff5952d075c711c48c082;p=thirdparty%2Fccache.git test: Silence benign compiler warning in the profiling_gcc_10+ suite --- 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