/[svn]/linuxsampler/trunk/src/common/Ref.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/Ref.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2618 by schoenebeck, Fri May 30 12:48:05 2014 UTC revision 2619 by schoenebeck, Wed Jun 11 13:24:32 2014 UTC
# Line 18  Line 18 
18  // Enabling the following macro will add a bunch of sanity checks for easing  // Enabling the following macro will add a bunch of sanity checks for easing
19  // debugging of such issues, however it comes with the cost that everything will  // debugging of such issues, however it comes with the cost that everything will
20  // be much slower.  // be much slower.
21  #define LS_REF_ASSERT_MODE 1  #define LS_REF_ASSERT_MODE 0
22    
23  #if LS_REF_ASSERT_MODE  #if LS_REF_ASSERT_MODE
24  # warning LS_REF_ASSERT_MODE is enabled which will decrease runtime efficiency!  # warning LS_REF_ASSERT_MODE is enabled which will decrease runtime efficiency!

Legend:
Removed from v.2618  
changed lines
  Added in v.2619

  ViewVC Help
Powered by ViewVC