Ignore:
Timestamp:
Jan 23, 2009, 11:40:56 AM (16 years ago)
Author:
[email protected]
Message:

2009-01-23 Anders Carlsson <[email protected]>

Reviewed by Sam Weinig.


Turn on -Wmissing-prototypes and fix the warnings.


  • API/JSClassRef.cpp: (clearReferenceToPrototype):
  • Configurations/Base.xcconfig:
  • runtime/Collector.cpp: (JSC::getPlatformThreadRegisters):
  • runtime/ExceptionHelpers.cpp: (JSC::createError):
  • runtime/JSGlobalObjectFunctions.h:
  • runtime/JSNumberCell.h:
  • runtime/UString.cpp: (JSC::initializeStaticBaseString): (JSC::createRep):
  • wtf/FastMalloc.cpp:
  • wtf/Threading.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/JSClassRef.cpp

    r38137 r40169  
    112112}
    113113
    114 void clearReferenceToPrototype(JSObjectRef prototype)
     114static void clearReferenceToPrototype(JSObjectRef prototype)
    115115{
    116116    OpaqueJSClassContextData* jsClassData = static_cast<OpaqueJSClassContextData*>(JSObjectGetPrivate(prototype));
Note: See TracChangeset for help on using the changeset viewer.