[tex4ht-commits] [SCM] tex4ht updated: r130 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Fri Oct 10 19:41:43 CEST 2014
Author: karl
Date: 2014-10-10 20:41:43 +0300 (Fri, 10 Oct 2014)
New Revision: 130
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-c.tex
Log:
avoid compiler warning, from peb
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2014-07-15 23:02:21 UTC (rev 129)
+++ trunk/lit/ChangeLog 2014-10-10 17:41:43 UTC (rev 130)
@@ -1,3 +1,8 @@
+2014-10-10 Peter Breitenlohner <peb at mppmu.mpg.de>
+
+ * tex4ht-c.tex: Avoid compiler warning [-Wunused-value].
+ (Backport from TeX Live.)
+
2014-07-15 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (scrbook.4ht, scrreprt.4ht, scrartcl.4ht): Update
Modified: trunk/lit/tex4ht-c.tex
===================================================================
--- trunk/lit/tex4ht-c.tex 2014-07-15 23:02:21 UTC (rev 129)
+++ trunk/lit/tex4ht-c.tex 2014-10-10 17:41:43 UTC (rev 130)
@@ -9233,7 +9233,7 @@
+ (INTEGER) get_unt(1) `% font style name `%
; i>0
; i-- ){ ch = get_char(); }
-if( flags & `<xdv flag colored`> ){ (INTEGER) get_unt(4); }
+if( flags & `<xdv flag colored`> ){ (void) get_unt(4); }
if( flags & `<xdv flag variations`> ){
int n = (INTEGER) get_unt(2);
int i;
More information about the tex4ht-commits
mailing list