[clutter/wip/actor-content: 22/22] Fix compiler warning
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/wip/actor-content: 22/22] Fix compiler warning
- Date: Wed, 13 Apr 2011 14:31:05 +0000 (UTC)
commit 67b88ef5ab11254494293c60be239be434c39b43
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Tue Feb 22 13:29:39 2011 +0000
Fix compiler warning
clutter/clutter-main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-main.c b/clutter/clutter-main.c
index e39d013..7e22edc 100644
--- a/clutter/clutter-main.c
+++ b/clutter/clutter-main.c
@@ -3137,7 +3137,7 @@ _clutter_io_modules_ensure_loaded (void)
if (!loaded_dirs)
{
- volatile GType dummy_type;
+ volatile GType dummy_type G_GNUC_UNUSED;
loaded_dirs = TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]