source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Avoid warning "unused variable" when compiling without
@ 2015-06-10 19:17 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2015-06-10 19:17 UTC (permalink / raw)
  To: source

Log Message:
-----------
Avoid warning "unused variable" when compiling without HAVE_WCHAR.
Issue found on Debian by Markus <Waldeck at gmx dot de>.

Modified Files:
--------------
    mdocml:
        term_ascii.c

Revision Data
-------------
Index: term_ascii.c
===================================================================
RCS file: /home/cvs/mdocml/mdocml/term_ascii.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -Lterm_ascii.c -Lterm_ascii.c -u -p -r1.45 -r1.46
--- term_ascii.c
+++ term_ascii.c
@@ -62,7 +62,9 @@ static struct termp *
 ascii_init(enum termenc enc, const struct mchars *mchars,
 	const struct manoutput *outopts)
 {
+#if HAVE_WCHAR
 	char		*v;
+#endif
 	struct termp	*p;
 
 	p = mandoc_calloc(1, sizeof(struct termp));
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-10 19:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-10 19:17 mdocml: Avoid warning "unused variable" when compiling without schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).