Changeset 5357:f3c705877ceb in roaraudio for libroar/vio_cmd.c


Ignore:
Timestamp:
12/15/11 18:13:47 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed some compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_cmd.c

    r5278 r5357  
    297297 int max_fh; 
    298298 int ret; 
    299  char   tbuf[ROAR_VIO_CMD_BUFSIZE]; 
    300  char * tp   = NULL; 
    301  size_t tlen = 0; 
    302  int    nonblock = state->options & ROAR_VIO_CMD_OPTS_NONBLOCK; 
    303  int    in, out; 
    304  int    eating = 1; 
     299 char    tbuf[ROAR_VIO_CMD_BUFSIZE]; 
     300 char  * tp   = NULL; 
     301 ssize_t tlen = 0; 
     302 int     nonblock = state->options & ROAR_VIO_CMD_OPTS_NONBLOCK; 
     303 int     in, out; 
     304 int     eating = 1; 
    305305 
    306306 ROAR_DBG("roar_vio_cmd_read(*) = ?"); 
Note: See TracChangeset for help on using the changeset viewer.