Changeset 3641:6c894ae04329 in roaraudio for roarclients/roarmonhttp.c


Ignore:
Timestamp:
03/11/10 23:59:11 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use -Wextra

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarmonhttp.c

    r3517 r3641  
    123123    } 
    124124 
    125     if ( todo == len ) { // we wrote all of the pkg 
     125    if ( (ssize_t)todo == len ) { // we wrote all of the pkg 
    126126     if ( roar_buffer_next(&ring) == -1 ) 
    127127      return -1; 
Note: See TracChangeset for help on using the changeset viewer.