Changeset 278:70c1ec23b6c6 in roaraudio


Ignore:
Timestamp:
07/24/08 16:02:09 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added warning in realtiem mode with -DDEBUG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r277 r278  
    228228 
    229229 if ( realtime ) { 
     230#ifdef DEBUG 
     231  ROAR_WARN("compiled with -DDEBUG but realtime is enabled: for real realtime support compiel without -DDEBUG"); 
     232#endif 
     233 
    230234  errno = 0; 
    231235  nice(-5*realtime); // -5 for each --realtime 
Note: See TracChangeset for help on using the changeset viewer.