Changeset 181059 in webkit


Ignore:
Timestamp:
Mar 4, 2015 5:51:57 PM (9 years ago)
Author:
commit-queue@webkit.org
Message:

Silence GCC's -Wstrict-prototypes
https://bugs.webkit.org/show_bug.cgi?id=142278

Patch by Debarshi Ray <debarshir@gnome.org> on 2015-03-04
Reviewed by Alexey Proskuryakov.

  • API/JSContextRef.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/API/JSContextRef.h

    r165676 r181059  
    4949@result The created JSContextGroup.
    5050*/
    51 JS_EXPORT JSContextGroupRef JSContextGroupCreate() CF_AVAILABLE(10_6, 7_0);
     51JS_EXPORT JSContextGroupRef JSContextGroupCreate(void) CF_AVAILABLE(10_6, 7_0);
    5252
    5353/*!
  • trunk/Source/JavaScriptCore/ChangeLog

    r181035 r181059  
     12015-03-04  Debarshi Ray  <debarshir@gnome.org>
     2
     3        Silence GCC's -Wstrict-prototypes
     4        https://bugs.webkit.org/show_bug.cgi?id=142278
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        * API/JSContextRef.h:
     9
    1102015-03-04  Benjamin Poulain  <bpoulain@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.