Changeset 5109:4f9fc788fe91 in roaraudio for roarclients/roarsocktypes.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/roarsocktypes.c

    r4708 r5109  
    2626#include <roaraudio.h> 
    2727 
    28 int main (void) { 
     28int main (int argc, char * argv[]) { 
    2929 int i, fh; 
    3030 struct { 
     
    4444 }; 
    4545 
     46 roar_debug_bin_obsolete(argv[0], NULL, NULL); 
     47 
    4648 for (i = 0; tests[i].func; i++) { 
    4749  printf("Type %-16s ", tests[i].name); 
Note: See TracChangeset for help on using the changeset viewer.