summaryrefslogtreecommitdiff
path: root/font.h
diff options
context:
space:
mode:
authornotaz2011-09-05 19:31:58 +0300
committernotaz2011-09-06 00:18:06 +0300
commitbbba320911a86c0ee373f8297f80a2b82de22039 (patch)
tree3b1320f78cade24ed84ae48e565445c239765f45 /font.h
parenteb3668fc5dab138073cd4844208ac05b94086a4a (diff)
downloadpicogpsp-bbba320911a86c0ee373f8297f80a2b82de22039.tar.gz
picogpsp-bbba320911a86c0ee373f8297f80a2b82de22039.tar.bz2
picogpsp-bbba320911a86c0ee373f8297f80a2b82de22039.zip
enable -Wall and fix warnings reported by it
Diffstat (limited to 'font.h')
-rw-r--r--font.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/font.h b/font.h
index 27f6200..3a0062f 100644
--- a/font.h
+++ b/font.h
@@ -23,6 +23,8 @@
#define FONT_WIDTH 6
#define FONT_HEIGHT 10
+#ifdef WANT_FONT_BITS
+
/* Font information:
name: 6x10
facename: -Misc-Fixed-Medium-R-Normal--10-100-75-75-C-60-ISO8859-1
@@ -5876,3 +5878,5 @@ static unsigned long _font_offset[256] =
2210, /* (0xfe) */
2220 /* (0xff) */
};
+
+#endif /* WANT_FONT_BITS */