Changeset 6036:3068a825a29e in roaraudio for libroar/vio_stream.c


Ignore:
Timestamp:
10/10/14 11:22:47 (10 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

killed some compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_stream.c

    r6028 r6036  
    164164 int    port = 0; 
    165165 char file[80] = ""; 
    166  static int count = 0; 
    167166 char socketaddr[80]; 
    168167 ssize_t socketaddr_len = -1; 
     
    171170#endif 
    172171#ifdef ROAR_HAVE_LIBDNET 
     172 static int count = 0; 
    173173 struct dn_naddr      *binaddr; 
    174174#endif 
Note: See TracChangeset for help on using the changeset viewer.