Changeset 5270:e25346c13638 in roaraudio for libroar/enumdev.c


Ignore:
Timestamp:
11/17/11 18:20:12 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed some gcc -Wextra warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/enumdev.c

    r5238 r5270  
    101101 int i; 
    102102#endif 
     103 
     104 (void)flags, (void)dir, (void)socktype; 
    103105 
    104106 if ( maxlen < 10 ) 
     
    207209 }; 
    208210 
     211 (void)flags, (void)dir, (void)socktype; 
     212 
    209213 for (f = &(files[0]); f->file != NULL; f++) { 
    210214  if ( (inp = fopen(f->file, "r")) == NULL ) 
Note: See TracChangeset for help on using the changeset viewer.