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/wtf/FastMalloc.cpp

    r40136 r40169  
    33173317}
    33183318
     3319// Since cfree isn't used anywhere, we don't compile it in.
     3320#ifndef WTF_CHANGES
    33193321#ifndef WTF_CHANGES
    33203322extern "C"
     
    33263328  do_free(ptr);
    33273329}
     3330#endif
    33283331
    33293332#ifndef WTF_CHANGES
Note: See TracChangeset for help on using the changeset viewer.