Changeset 5287:4dd383ee8658 in roaraudio


Ignore:
Timestamp:
11/22/11 13:19:05 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

avoid declared but unused var on no-main-args platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r5279 r5287  
    13571357 enum output_format print_format = FORMAT_NATIVE; 
    13581358 const struct rolestack * rolestack; 
     1359 const char * plugin_args = NULL; 
    13591360#endif 
    13601361#if defined(ROAR_SUPPORT_LISTEN) && defined(ROAR_HAVE_GETUID) 
     
    13691370 int    sysclocksync = 0; 
    13701371// char * server = ROAR_DEFAULT_SOCK_GLOBAL; 
    1371  const char * plugin_args = NULL; 
    13721372#ifdef ROAR_SUPPORT_LISTEN 
    13731373 int    port       = ROAR_DEFAULT_PORT; 
Note: See TracChangeset for help on using the changeset viewer.