Changeset 5393:f50243718494 in roaraudio for libroar


Ignore:
Timestamp:
01/18/12 23:06:14 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

avoid compiler warnings about unused vars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/basic.c

    r5381 r5393  
    266266 struct roar_libroar_config * config = roar_libroar_get_config(); 
    267267#endif 
     268#if defined(ROAR_HAVE_UNIX) || !defined(ROAR_TARGET_MICROCONTROLLER) 
    268269 char user_sock[128]; 
    269270 char * roar_server; 
     271#endif 
     272#if defined(ROAR_HAVE_LIBSLP) || !defined(ROAR_TARGET_MICROCONTROLLER) 
    270273 int i = 0; 
     274#endif 
    271275#if !defined(ROAR_TARGET_WIN32) && !defined(ROAR_TARGET_MICROCONTROLLER) 
    272276 struct passwd * pwd; 
Note: See TracChangeset for help on using the changeset viewer.