Changeset 3787:81e536463f01 in roaraudio


Ignore:
Timestamp:
05/07/10 15:14:22 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

get some warnings away on win32

Location:
roarclients
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarctl.c

    r3641 r3787  
    200200  } 
    201201 } 
     202#else 
     203 (void)pid; 
    202204#endif 
    203205 
  • roarclients/roarphone.c

    r3517 r3787  
    279279 size_t i; 
    280280 
     281 (void)info; 
     282 
    281283 switch (g_conf.antiecho) { 
    282284  case AE_NONE: 
  • roarclients/roarvorbis.c

    r3641 r3787  
    179179 
    180180int main (int argc, char * argv[]) { 
    181  struct roar_vio_calls vclt; 
    182  struct roar_vio_defaults def; 
    183181#ifndef ROAR_HAVE_LIBVORBISFILE 
     182 (void)argc, (void)argv; 
    184183 fprintf(stderr, "Error: no Vorbis support!\n"); 
    185184 return 1; 
    186185#else 
     186 struct roar_vio_calls vclt; 
     187 struct roar_vio_defaults def; 
    187188 char * server   = NULL; 
    188189 char * file     = NULL; 
Note: See TracChangeset for help on using the changeset viewer.