On our shiny 64-bit Opteron box I get a warning here. This silences
the warning.

Leon
-- 
Leon Brocard.............................http://www.astray.com/
scribot.................................http://www.scribot.com/

... Borg? Where? I don't se*(#$#..NO CARRIER
Index: pf/pf_items.c
===================================================================
RCS file: /cvs/public/parrot/pf/pf_items.c,v
retrieving revision 1.13
diff -u -r1.13 pf_items.c
--- pf/pf_items.c       4 Mar 2004 11:15:52 -0000       1.13
+++ pf/pf_items.c       31 Mar 2004 09:59:19 -0000
@@ -572,7 +572,7 @@
             }
         }
     }
-    assert( ((int)charcursor & 3) == 0);
+    assert( ((long)charcursor & 3) == 0);
     LVALUE_CAST(char *, cursor) = charcursor;
     return cursor;
 }

Reply via email to