• A
    xbzrle: fix compilation on ppc32 · a5b71725
    Alexander Graf 提交于
    When compiling the xbzrle code on my ppc32 user space, I hit the following
    gcc compiler warning (treated as an error):
    
      cc1: warnings being treated as errors
      savevm.c: In function ‘xbzrle_encode_buffer’:
      savevm.c:2476: error: overflow in implicit constant conversion
    
    Fix this by making the cast explicit, rather than implicit.
    Signed-off-by: NAlexander Graf <agraf@suse.de>
    a5b71725
savevm.c 62.6 KB