[clutter/wip/actor-content: 22/23] Fix compiler warning
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/wip/actor-content: 22/23] Fix compiler warning
- Date: Fri, 15 Apr 2011 12:27:47 +0000 (UTC)
commit 1f9ab7260143282afd36d00bf728eedaf0d09252
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]