| "make update-download -j3" exit with 0. |
| "make update-src -j3" exit with 0. |
| From https://github.com/ruby/ruby |
| eaa83e5..44e762a master -> origin/master |
| "make after-update -j3" exit with 0. |
| "make miniruby -j3" exit with 0. |
| /home/opc/ruby/src/master/random.c: In function ‘random_init’: |
| /home/opc/ruby/src/master/random.c:408:34: warning: ‘rng’ may be used uninitialized in this function [-Wmaybe-uninitialized] |
| const rb_random_interface_t *rng; |
| ^~~ |
| /home/opc/ruby/src/master/random.c: In function ‘random_rand’: |
| /home/opc/ruby/src/master/random.c:1503:17: warning: ‘rng’ may be used uninitialized in this function [-Wmaybe-uninitialized] |
| r = random_real(obj, rng, rnd, excl); |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/random.c:1573:34: note: ‘rng’ was declared here |
| const rb_random_interface_t *rng; |
| ^~~ |
| /home/opc/ruby/src/master/random.c: In function ‘random_bytes’: |
| /home/opc/ruby/src/master/random.c:1284:8: warning: ‘rng’ may be used uninitialized in this function [-Wmaybe-uninitialized] |
| rng->get_bytes(rnd, ptr, n); |
| ~~~^~~~~~~~~~~ |
| /home/opc/ruby/src/master/random.c:1299:34: note: ‘rng’ was declared here |
| const rb_random_interface_t *rng; |
| ^~~ |
| In file included from /home/opc/ruby/src/master/random.c:68: |
| /home/opc/ruby/src/master/random.c: In function ‘rand_random_number’: |
| /home/opc/ruby/src/master/internal/numeric.h:110:24: warning: ‘rng’ may be used uninitialized in this function [-Wmaybe-uninitialized] |
| #define rb_float_new rb_float_new_inline |
| ^~~~~~~~~~~~~~~~~~~ |
| /home/opc/ruby/src/master/random.c:1624:34: note: ‘rng’ was declared here |
| const rb_random_interface_t *rng; |
| ^~~ |
| /home/opc/ruby/src/master/random.c: At top level: |
| cc1: warning: unrecognized command line option ‘-Wno-self-assign’ |
| cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ |
| cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ |
| "make ruby -j3" exit with 0. |
| "make all -j3" exit with 0. |
| "make install -j3" exit with 0. |
| "make yes-btest TESTOPTS='-q -j3'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j3'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3'" exit with 0. |