mirror of
https://github.com/ruby/ruby.git
synced 2026-08-26 18:06:49 +08:00
../../../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