[gjs] function.h: Fix prototype: () -> (void)
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] function.h: Fix prototype: () -> (void)
- Date: Wed, 14 Nov 2012 13:25:17 +0000 (UTC)
commit 6e17eeb51e7af38596b26e54b73a56d69b797320
Author: Colin Walters <walters verbum org>
Date: Tue Nov 13 17:41:05 2012 -0500
function.h: Fix prototype: () -> (void)
Needed with new compiler warnings.
https://bugzilla.gnome.org/show_bug.cgi?id=688289
gi/function.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gi/function.h b/gi/function.h
index 26df9bb..4a927e7 100644
--- a/gi/function.h
+++ b/gi/function.h
@@ -73,7 +73,7 @@ JSBool gjs_invoke_c_function_uncached (JSContext *context,
jsval *argv,
jsval *rval);
-void gjs_init_cinvoke_profiling ();
+void gjs_init_cinvoke_profiling (void);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]