diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-09-23 06:51:24 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-09-23 06:51:24 +0000 |
commit | 6260cf69928aaaad7be29e2837f12144808499da (patch) | |
tree | 026c70e97002ebdfab43a32a802a5597e12b7d6f /Build | |
parent | 65882b8e8806d0707c649c6e95bc5614ad0c3290 (diff) |
texk/tex4htk: Avoid compiler warning [-Wunused-value]
git-svn-id: svn://tug.org/texlive/trunk@35236 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/tex4htk/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/tex4htk/tex4ht.c | 2 |
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 |