Show
Ignore:
Timestamp:
07/16/2006 06:30:58 AM (2 years ago)
Author:
moo
Message:

kill compiler warnings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/processor.m4

    r89 r91  
    465465#ifdef ZEND_ENGINE_2 
    466466        if (dst->scope) { 
    467             dst->scope = xc_get_class(processor, (int) dst->scope); 
     467            dst->scope = xc_get_class(processor, (zend_ulong) dst->scope); 
    468468            xc_fix_method(processor, dst); 
    469469        } 
     
    485485    IFRESTORE(` 
    486486        if (dst->scope) { 
    487             dst->scope = xc_get_class(processor, (int) dst->scope); 
     487            dst->scope = xc_get_class(processor, (zend_ulong) dst->scope); 
    488488            xc_fix_method(processor, dst); 
    489489        }