quell warnings

This commit is contained in:
~hatteb-mitlyd 2014-05-20 09:59:41 -07:00
parent 2b78c702aa
commit 1796eedcc1
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
p = j2_mbc(Pt1, inc)(wir_r, u2_h(c));
q = u2_rx(wir_r, u2_t(c));
u2_na_put(T_r, b, q);
u2_na_put(T_r, b, (void*)(c3_p)q);
u2_rz(wir_r, c);
u2_rz(wir_r, x);
@ -46,7 +46,7 @@
p = j2_mbc(Pt1, add)(wir_r, _2, y);
q = w;
u2_na_put(T_r, b, q);
u2_na_put(T_r, b, (void*)(c3_p)q);
u2_rz(wir_r, u); u2_rz(wir_r, v); u2_rz(wir_r, x); u2_rz(wir_r, y);
}

View File

@ -101,7 +101,7 @@
u2_noun x;
if ( u2_none == c ) {
u2_na_put(T_m, a, b);
u2_na_put(T_m, a, (void*)(c3_p)b);
if ( u2_yes == u2_stud(a) ) {
x = _jam_in_flat(wir_r, a, l);