Takashi Kokubun 4c3de1a7b0 [ruby/digest] Fix -Wmaybe-uninitialized
../../../ext/digest/digest.c: In function ‘get_digest_base_metadata’:
  ../../../ext/digest/digest.c:587:12: warning: ‘obj’ may be used uninitialized [-Wmaybe-uninitialized]
    587 |     algo = get_metadata_ptr(obj);
        |            ^~~~~~~~~~~~~~~~~~~~~
  ../../../ext/digest/digest.c:574:11: note: ‘obj’ was declared here
    574 |     VALUE obj;
        |           ^~~

https://github.com/ruby/digest/commit/edaafc2157
2026-05-14 14:14:56 +00:00
..
2026-04-01 13:20:35 +09:00
2026-04-09 14:19:02 +09:00
2026-03-15 12:47:51 +00:00