summaryrefslogtreecommitdiff
path: root/poppler/PageLabelInfo.cc
diff options
context:
space:
mode:
authorKrzysztof Kowalczyk <kkowalczyk@tlapx60ubu.(none)>2007-09-23 23:23:34 -0700
committerKrzysztof Kowalczyk <kkowalczyk@tlapx60ubu.(none)>2007-09-23 23:23:34 -0700
commitc53b8ccfba6fa4345086493f9e44212721c11d0a (patch)
tree17940eecdc461a5d0a249160eda9e1ac794bf5bb /poppler/PageLabelInfo.cc
parentabede2a06c5c9dc97b40479deda49621458f1171 (diff)
Reduce number of compiler warnings.
Diffstat (limited to 'poppler/PageLabelInfo.cc')
-rw-r--r--poppler/PageLabelInfo.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/poppler/PageLabelInfo.cc b/poppler/PageLabelInfo.cc
index 8cd72821..6ca65e91 100644
--- a/poppler/PageLabelInfo.cc
+++ b/poppler/PageLabelInfo.cc
@@ -122,6 +122,7 @@ static int fromLatin(const char *buffer)
return -1;
}
+#ifdef TEST
static void toLatin(int number, GooString *str, GBool uppercase) {
char base, letter;
int i, count;
@@ -137,6 +138,7 @@ static void toLatin(int number, GooString *str, GBool uppercase) {
for (i = 0; i < count; i++)
str->append(letter);
}
+#endif
PageLabelInfo::Interval::Interval(Object *dict, int baseA) {
Object obj;