Ignore:
Timestamp:
Jan 12, 2010, 11:42:07 AM (15 years ago)
Author:
[email protected]
Message:

Reviewed by Darin Adler.

https://bugs.webkit.org/show_bug.cgi?id=33540
Make it possible to build in debug mode with assertions disabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/HashTable.h

    r44417 r53151  
    198198        {
    199199            ASSERT(m_table);
    200             ASSERT(other.m_table);
     200            ASSERT_UNUSED(other, other.m_table);
    201201            ASSERT(m_table == other.m_table);
    202202        }
Note: See TracChangeset for help on using the changeset viewer.