Skip to content

Commit

Permalink
Merge r181059 - Silence GCC's -Wstrict-prototypes
Browse files Browse the repository at this point in the history
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:
  • Loading branch information
debarshiray authored and carlosgcampos committed Mar 8, 2015
1 parent cdc82bd commit ee1127f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Source/JavaScriptCore/API/JSContextRef.h
Expand Up @@ -48,7 +48,7 @@ extern "C" {
synchronization is required.
@result The created JSContextGroup.
*/
JS_EXPORT JSContextGroupRef JSContextGroupCreate() CF_AVAILABLE(10_6, 7_0);
JS_EXPORT JSContextGroupRef JSContextGroupCreate(void) CF_AVAILABLE(10_6, 7_0);

/*!
@function
Expand Down
9 changes: 9 additions & 0 deletions Source/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
2015-03-04 Debarshi Ray <debarshir@gnome.org>

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

Reviewed by Alexey Proskuryakov.

* API/JSContextRef.h:

2015-03-03 peavo@outlook.com <peavo@outlook.com>

[Win64] JSC compile error.
Expand Down

0 comments on commit ee1127f

Please sign in to comment.