Ignore:
Timestamp:
Apr 9, 2010, 1:36:31 AM (15 years ago)
Author:
[email protected]
Message:

2010-04-09 Patrick Gansterer <[email protected]>

Reviewed by Darin Adler.

Implement NO_RETURN for COMPILER(MSVC).
https://bugs.webkit.org/show_bug.cgi?id=33056

Added NO_RETURN_WITH_VALUE for functions with non-void return type.

  • jsc.cpp:
  • wtf/AlwaysInline.h:
  • wtf/FastMalloc.cpp:
File:
1 edited

Legend:

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

    r56066 r57318  
    14321432
    14331433#if !HAVE(DISPATCH_H)
    1434   static NO_RETURN void* runScavengerThread(void*);
     1434  static NO_RETURN_WITH_VALUE void* runScavengerThread(void*);
    14351435  NO_RETURN void scavengerThread();
    14361436
Note: See TracChangeset for help on using the changeset viewer.