Changeset 5270:e25346c13638 in roaraudio for libroar/libroar.c


Ignore:
Timestamp:
11/17/11 18:20:12 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed some gcc -Wextra warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/libroar.c

    r5020 r5270  
    216216//#define ROAR_ERR(format, args...)  roar_debug_msg(ROAR_DEBUG_TYPE_ERROR, __LINE__, __FILE__, ROAR_DBG_PREFIX, format, ## args) 
    217217 
     218 // we do not support info-text at the moment. 
     219 (void)info; 
     220 
    218221 if ( func == NULL ) 
    219222  func = "<unknown>"; 
Note: See TracChangeset for help on using the changeset viewer.