From: Paul F. <pj...@wa...> - 2025-04-22 05:36:44
|
On 4/22/25 00:29, Florian Krohm wrote: > On 18.04.25 15:53, Mark Wielaard wrote: >> Slightly later than originally planned, but the RC1 is finally out! >> >> An RC1 tarball for 3.25.0 is now available at >> https://sourceware.org/pub/valgrind/valgrind-3.25.0.RC1.tar.bz2 >> (md5sum = 2f02fe951278ebde62bba65c3a311a40) >> (sha1sum = 3679ddc3237455f07de0ae30f21e947868c2218e) >> https://sourceware.org/pub/valgrind/valgrind-3.25.0.RC1.tar.bz2.asc >> >> Please give it a try in configurations that are important for you and >> report any problems you have > > > none/tests/bug290061.c > bug290061.c:1:13: warning: ‘meh’ defined but not used [-Wunused-variable] > > I guess we want a clean build.. Making 'meh' volatile removes the > warning. > There was another problem as well with clang. Both should now be fixed. Thanks Paul |