Changeset 5357:f3c705877ceb in roaraudio for libroar/vio_bio.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_bio.c

    r5278 r5357  
    5353 return 0; 
    5454#else 
     55 (void)calls, (void)bio; 
     56 roar_err_set(ROAR_ERROR_NOSYS); 
    5557 return -1; 
    5658#endif 
     
    5860 
    5961BIO *   roar_vio_to_bio        (struct roar_vio_calls * calls) { 
     62 roar_err_set(ROAR_ERROR_NOSYS); 
    6063 return NULL; 
    6164} 
Note: See TracChangeset for help on using the changeset viewer.