Snippets for root 6.40.00 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/jn2ixv0v14lagmcfrg4m936vzdibd4la-root-6.40.00.drv.
-
/build/root-6.40.00/graf2d/asimage/src/libAfterImage/import.c:1215:24: warning: variable 'upscaled_gray' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 1215 | CARD8 *upscaled_gray = NULL; | ^~~~~~~~~~~~~ -
/nix/store/wqqb6mbnrnm380adc0ry5hdm449xix4f-gcc-15.3.0/include/c++/15.3.0/bits/stl_construct.h:133:7: warning: '<unnamed>' is used uninitialized [-Wuninitialized] 133 | ::new(static_cast<void*>(__p)) _Tp(std::forward<_Args>(__args)...); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/store/wqqb6mbnrnm380adc0ry5hdm449xix4f-gcc-15.3.0/include/c++/15.3.0/bits/stl_construct.h:133:7: warning: '<unnamed>' may be used uninitialized [-Wmaybe-uninitialized] 133 | ::new(static_cast<void*>(__p)) _Tp(std::forward<_Args>(__args)...); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/root-6.40.00/hist/hist/src/TProfile2D.cxx:1920:20: warning: array subscript [-2147483643, -1] is outside array bounds of 'double [2147483647]' [-Warray-bounds=] 1920 | entries[bin] = GetBinEntries(bin);
-
/build/root-6.40.00/hist/hist/src/TProfile3D.cxx:1288:20: warning: array subscript [-2147483643, -1] is outside array bounds of 'double [2147483647]' [-Warray-bounds=] 1288 | entries[bin] = GetBinEntries(bin);
-
/build/root-6.40.00/hist/hist/src/TProfile.cxx:1668:20: warning: array subscript [-2147483643, -1] is outside array bounds of 'double [2147483647]' [-Warray-bounds=] 1668 | entries[bin] = GetBinEntries(bin);
-
/build/root-6.40.00/gui/guihtml/src/TGHtmlTable.cxx:718:15: warning: iteration 41 invokes undefined behavior [-Waggressive-loop-optimizations] 718 | creq = ColReq(j, i); | ^