RFR 9: 8074818: Resolve disabled warnings for libjava (original) (raw)

Martin Buchholz martinrb at google.com
Fri May 22 18:00:52 UTC 2015


The double assignment to i is stupid (a "dead store") - remove one of them.

63 size_t i = 0; 64 for (i = 1; i < len; i++) {



More information about the core-libs-dev mailing list