DescriptionFix ENABLE_THREAD_CHECKER
We've found base/threading/thread_checker_impl.h was included
when NDEBUG was defined (and DCHECK_ALWAYS_ON was not defined)
with cl.exe.
For example,
> type a.c
#define FOO
#define ENABLE (!defined(FOO))
#if ENABLE
enabled
#endif
> cl /nologo /E a.c
a.c
#line 1 "a.c"
enabled
#line 6 "a.c"
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=138755
Patch Set 1 #Patch Set 2 : define 0 for false case #Messages
Total messages: 10 (0 generated)
|