summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/tex4htk/ChangeLog4
-rw-r--r--Build/source/texk/tex4htk/tex4ht.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/tex4htk/ChangeLog b/Build/source/texk/tex4htk/ChangeLog
index 32e6b4b5aa0..a5149f95d1e 100644
--- a/Build/source/texk/tex4htk/ChangeLog
+++ b/Build/source/texk/tex4htk/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-23 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * tex4ht.c: Avoid compiler warning [-Wunused-value].
+
2014-06-16 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Drop the obsolete ACLOCAL_AMFLAGS.
diff --git a/Build/source/texk/tex4htk/tex4ht.c b/Build/source/texk/tex4htk/tex4ht.c
index dad159f498e..325c0b64dc0 100644
--- a/Build/source/texk/tex4htk/tex4ht.c
+++ b/Build/source/texk/tex4htk/tex4ht.c
@@ -9083,7 +9083,7 @@ for( i = (INTEGER) get_unt(1)
if( flags &
0x0200
- ){ (INTEGER) get_unt(4); }
+ ){ (void) get_unt(4); }
if( flags &
0x0800