Changeset 5111:090c5c2831a7 in roaraudio for libroar/vio_rtp.c


Ignore:
Timestamp:
07/31/11 20:43:58 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed some compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_rtp.c

    r4991 r5111  
    394394  self->bpf                 = info->channels * info->bits / 8; 
    395395 
    396   roar_vio_ctl(self->vio, cmd, data); 
     396  _LIBROAR_IGNORE_RET(roar_vio_ctl(self->vio, cmd, data)); 
    397397  return 0; 
    398398 } 
Note: See TracChangeset for help on using the changeset viewer.