Changeset 5109:4f9fc788fe91 in roaraudio for roarclients/roarcatplay.c


Ignore:
Timestamp:
07/28/11 16:32:34 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Started to use compiler attributes (Also see: #130)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarcatplay.c

    r5022 r5109  
    9696#endif 
    9797 
     98 if ( mode == MODE_PASSIVE ) { 
     99  fprintf(stderr, "Warning: passive mode is obsoleted and will be removed soon.\n"); 
     100 } 
     101 
    98102 if ( file == NULL ) 
    99103  file = "/dev/stdin"; 
Note: See TracChangeset for help on using the changeset viewer.