summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-02-26 11:14:09 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-02-26 11:14:09 -0500
commitac5c1d2843922db85dd56ec51fce6794dac025bb (patch)
tree69b69996fee31af509b8b63b8321773eb61bd977
parentbd235d50e4f4c38a78a24dce2d0a436cf7f957db (diff)
downloadgpsd-ac5c1d2843922db85dd56ec51fce6794dac025bb.tar.gz
Alas, PRI64 macros choke splint.
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 601a63cd..35791cbf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -620,6 +620,7 @@ libgps: libgps_core.c gps.h .libs/libgps.a
# Report splint warnings
+# Note: test_bits.c is unsplintable because of the PRI64 macros.
SPLINTOPTS = -I/usr/include/dbus-1.0/ -DSYSCONFDIR=\"$(sysconfdir)\" $(LIBUSB_CFLAGS) +quiet
splint: gpsd.h packet_names.h
@echo "Running splint on daemon..."
@@ -640,8 +641,6 @@ splint: gpsd.h packet_names.h
-splint $(SPLINTOPTS) $(gpsdecode_SOURCES)
@echo "Running splint on gpxlogger..."
-splint $(SPLINTOPTS) $(gpxlogger_SOURCES)
- @echo "Running splint on test_bits test harness..."
- -splint $(SPLINTOPTS) $(test_bits_SOURCES)
@echo "Running splint on test_packet test harness..."
-splint $(SPLINTOPTS) $(test_packet_SOURCES)
@echo "Running splint on test_mkgmtime test harness..."