[clutter/wip/actor-content: 22/33] Fix compiler warning
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/wip/actor-content: 22/33] Fix compiler warning
- Date: Wed, 18 May 2011 11:12:16 +0000 (UTC)
commit 86f94a9e7f7ec77c967de89b8bd8a7171a524a13
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 b96a6ec..4193b1d 100644
--- a/clutter/clutter-main.c
+++ b/clutter/clutter-main.c
@@ -3138,7 +3138,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]