Ignore:
Timestamp:
Jul 22, 2014, 8:39:55 PM (11 years ago)
Author:
Brent Fulgham
Message:

Fix Windows (return a value!)

  • jsc.cpp:

(functionQuit): Satisfy compiler's need for
a return value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jsc.cpp

    r171386 r171387  
    909909    jscExit(EXIT_SUCCESS);
    910910
    911 #if COMPILER(MSVC) && OS(WINCE)
     911#if COMPILER(MSVC)
    912912    // Without this, Visual Studio will complain that this method does not return a value.
    913913    return JSValue::encode(jsUndefined());
Note: See TracChangeset for help on using the changeset viewer.