Changeset 16808 in webkit for trunk/JavaScriptCore/wtf


Ignore:
Timestamp:
Oct 5, 2006, 10:20:04 AM (19 years ago)
Author:
darin
Message:

Reviewed by Kevin McCullough.

  • wtf/Assertions.cpp: Fix build when _DEBUG is not defined.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Assertions.cpp

    r16782 r16808  
    100100static void printCallSite(const char* file, int line, const char* function)
    101101{
    102 #if PLATFORM(WIN)
     102#if PLATFORM(WIN) && defined _DEBUG
    103103    _CrtDbgReport(_CRT_WARN, file, line, NULL, "%s\n", function);
    104104#else
Note: See TracChangeset for help on using the changeset viewer.