ref: e064752dd476b7a2f76567f8cc15f9c2645e5d3d
parent: 32c11e287188d825e7d00aed616bfaccbbaafbf6
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Jan 5 20:19:05 EST 2016
libmp: silence compiler warning for strtomp
--- a/sys/src/libmp/port/strtomp.c
+++ b/sys/src/libmp/port/strtomp.c
@@ -88,7 +88,7 @@
next = p;
i = 0;
- x = 0;
+ x = y = 0;
while(p > a){
y = tab.t10[*(uchar*)--p];
x |= y << i;