diff options
author | Chris Kuethe <chris.kuethe@gmail.com> | 2006-10-30 06:14:32 +0000 |
---|---|---|
committer | Chris Kuethe <chris.kuethe@gmail.com> | 2006-10-30 06:14:32 +0000 |
commit | 19cc0fdd0d87236ac6afa0a22cb13ceb203da325 (patch) | |
tree | 3b1ab8fce85dced6b20734edda6ab03608dbb30d /garmin.c | |
parent | 3fc121eaec120037eff9c156bb82fe37b5307732 (diff) | |
download | gpsd-19cc0fdd0d87236ac6afa0a22cb13ceb203da325.tar.gz |
unused variable compiler warning
Diffstat (limited to 'garmin.c')
-rw-r--r-- | garmin.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -633,7 +633,7 @@ static void Build_Send_USB_Packet( struct gps_device_t *session, /* build and send a packet in serial protocol */ /* layer_id unused */ static void Build_Send_SER_Packet( struct gps_device_t *session, - uint32_t layer_id, uint32_t pkt_id, uint32_t length, uint32_t data ) + uint32_t layer_id UNUSED, uint32_t pkt_id, uint32_t length, uint32_t data ) { uint8_t *buffer = (uint8_t *)session->driver.garmin.Buffer; Packet_t *thePacket = (Packet_t*)buffer; |