Ignore:
Timestamp:
Jan 9, 2012, 11:44:38 AM (13 years ago)
Author:
[email protected]
Message:

Fix build failure on Solaris
https://bugs.webkit.org/show_bug.cgi?id=75733

Patch by Pavel Heimlich <[email protected]> on 2012-01-09
Reviewed by Gavin Barraclough.

  • wtf/ByteArray.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/wtf/ByteArray.h

    r97876 r104471  
    9898// warning C4200: nonstandard extension used : zero-sized array in struct/union
    9999// Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array
    100 #if COMPILER(MSVC) && !COMPILER(INTEL)
     100#if (COMPILER(MSVC)  || COMPILER(SUNCC)) && !COMPILER(INTEL)
    101101        unsigned char m_data[INT_MAX];
    102102#else
Note: See TracChangeset for help on using the changeset viewer.