[tracker/harmattan-pre-signal-updates: 1232/1380] ttl_sgml: avoid compiler warning
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/harmattan-pre-signal-updates: 1232/1380] ttl_sgml: avoid compiler warning
- Date: Wed, 22 Sep 2010 15:37:50 +0000 (UTC)
commit 7dda2994582d48941cf69d23a4f1ad1f9020266e
Author: Aleksander Morgado <aleksander lanedo com>
Date: Wed Sep 1 16:44:50 2010 +0200
ttl_sgml: avoid compiler warning
docs/tools/ttl_sgml.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/docs/tools/ttl_sgml.c b/docs/tools/ttl_sgml.c
index 09b6293..7100e75 100644
--- a/docs/tools/ttl_sgml.c
+++ b/docs/tools/ttl_sgml.c
@@ -141,7 +141,7 @@ print_variablelist_entry_list (FILE *f,
g_fprintf (f, "</varlistentry>\n");
}
-
+#if 0
static void
print_deprecated_message (FILE *f)
{
@@ -150,6 +150,7 @@ print_deprecated_message (FILE *f)
g_fprintf (f, "<para>This item is deprecated</para>\n");
g_fprintf (f, "</note>\n");
}
+#endif
static void
print_sgml_header (FILE *f, OntologyDescription *desc)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]