VirtualBox

Changeset 22071 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Aug 7, 2009 2:10:54 PM (15 years ago)
Author:
vboxsync
Message:

internal/iprt.h: Enabled RT_MORE_STRICT for debug builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/iprt.h

    r22052 r22071  
    5353
    5454
     55/** @def RT_MORE_STRICT
     56 * Enables more assertions in IPRT.  */
     57#if !defined(RT_MORE_STRICT) && (defined(DEBUG) || defined(RT_STRICT) || defined(DOXYGEN_RUNNING))
     58# define RT_MORE_STRICT
     59#endif
     60
    5561/** @def RT_ASSERT_PREEMPT_CPUID_VAR
    5662 * Partner to RT_ASSERT_PREEMPT_CPUID_VAR. Declares and initializes a variable
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette