Changeset 4681:22196e4e2db9 in roaraudio


Ignore:
Timestamp:
12/22/10 02:11:34 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

avoide a warning about unused parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/roardl.h

    r3517 r4681  
    7474                                     static int _inited = 0;                                      \ 
    7575                                     static struct roar_dl_libraryinst lib;                       \ 
     76                                     (void)para;                                                  \ 
    7677                                     if ( _inited )                                               \ 
    7778                                      return &lib;                                                \ 
Note: See TracChangeset for help on using the changeset viewer.