Changeset 25647 in vbox for trunk/include/iprt
- Timestamp:
- Jan 5, 2010 9:59:19 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56357
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/assert.h
r25645 r25647 403 403 */ 404 404 405 405 406 /** @def RTASSERT_QUIET 406 407 * This can be defined to shut up the messages for a file where this would be 407 408 * problematic because the message printing code path passes thru it. 408 409 * @internal */ 409 #ifdef RTASSERT_QUIET 410 #ifdef DOXYGEN_RUNNING 411 # define RTASSERT_QUIET 412 #endif 413 #if defined(RTASSERT_QUIET) && !defined(DOXYGEN_RUNNING) 410 414 # define RTAssertMsg1Weak(pszExpr, uLine, pszfile, pszFunction) \ 411 415 do { } while (0)
Note:
See TracChangeset
for help on using the changeset viewer.