summaryrefslogtreecommitdiff
path: root/Tachometer.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-05-26 19:19:29 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-05-26 19:19:29 +0000
commit39f94b2989d495fa2db1438f86c3d6a1bd6c5486 (patch)
tree9a5c475776cda42331c81d2be1e2b6f6fa5bcd55 /Tachometer.c
parent75cd79019c3f262746f8d7ca102e33495e0a6af5 (diff)
downloadgpsd-39f94b2989d495fa2db1438f86c3d6a1bd6c5486.tar.gz
More splint cleanup. Down to 1689 warnings.
Diffstat (limited to 'Tachometer.c')
-rw-r--r--Tachometer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tachometer.c b/Tachometer.c
index c1b044d7..86634bdf 100644
--- a/Tachometer.c
+++ b/Tachometer.c
@@ -36,6 +36,7 @@ typedef struct {
XPoint point_list[5];
} StringRec;
+/*@ +charint @*/
/* Number character database - like an LED */
static DigitRec num_segment[] = {
{{1,1,1,1,1,1,0}},
@@ -93,6 +94,7 @@ static StringRec char_data[] = {
{24, 5},
{24, 2}}}};
#endif
+/*@ -charint @*/
#define offst(field) XtOffset(TachometerWidget, field)
static XtResource resources[] = {