summaryrefslogtreecommitdiff
path: root/src/devices/grohtml/html-text.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/grohtml/html-text.cc')
-rw-r--r--src/devices/grohtml/html-text.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/grohtml/html-text.cc b/src/devices/grohtml/html-text.cc
index 0b63aa0a..56d6c78d 100644
--- a/src/devices/grohtml/html-text.cc
+++ b/src/devices/grohtml/html-text.cc
@@ -350,7 +350,7 @@ void html_text::do_pre (void)
done_bold();
done_italic();
done_tt();
- char *type = done_para();
+ (void)done_para();
if (! is_present(PRE_TAG)) {
push_para(PRE_TAG, "");
}
@@ -661,7 +661,7 @@ int html_text::emitted_text (void)
* emit_space - writes a space providing that text was written beforehand.
*/
-int html_text::emit_space (void)
+void html_text::emit_space (void)
{
if (space_emitted) {
if (is_present(PRE_TAG)) {