summaryrefslogtreecommitdiff
path: root/serial.c
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2006-05-17 04:43:45 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2006-05-17 04:43:45 +0000
commitcfdfdec4aef15c903a29f8d928281da633664aec (patch)
tree71a5eda5379141a0df981efc280c09a1d039b726 /serial.c
parent18513b1f13cba7a0ab1e41114655bb2d5f3e992c (diff)
downloadgpsd-cfdfdec4aef15c903a29f8d928281da633664aec.tar.gz
remove frivolous warning
Diffstat (limited to 'serial.c')
-rw-r--r--serial.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/serial.c b/serial.c
index 0ff94c2e..20331c01 100644
--- a/serial.c
+++ b/serial.c
@@ -198,7 +198,6 @@ bool gpsd_next_hunt_setting(struct gps_device_t *session)
/* advance to the next hunt setting */
{
#ifdef FIXED_PORT_SPEED
-#warning using fixed port speed
gpsd_set_speed(session, FIXED_PORT_SPEED, 'N', 1);
return false; /* done */
#else /* FIXED_PORT_SPEED not defined */