Changeset 5111:090c5c2831a7 in roaraudio for include


Ignore:
Timestamp:
07/31/11 20:43:58 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed some compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/compilerhacks.h

    r5109 r5111  
    5858#endif 
    5959 
     60#ifndef _LIBROAR_IGNORE_RET 
     61#define _LIBROAR_IGNORE_RET(x) ((void)((x)+1)) 
     62#endif 
     63 
    6064#ifndef _LIBROAR_NOATTR_TO_STATIC 
    6165#define _LIBROAR_ATTR_TO_STATIC _LIBROAR_ATTR_DEPRECATED 
Note: See TracChangeset for help on using the changeset viewer.