summarylogtreecommitdiffstats
path: root/0002-Fix-gpsd-version-error.patch
blob: 49080f0befa205b2ad7905fb8f449357fbca06e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/src/dwgpsd.c b/src/dwgpsd.c
index 890dd50..a7a39a2 100644
--- a/src/dwgpsd.c
+++ b/src/dwgpsd.c
@@ -59,12 +59,6 @@
 // dwgps.c claims to only support GPSD_API_MAJOR_VERSION 5, but also builds successfully with
 // GPSD_API_MAJOR_VERSION 6 provided by libgps22 when the attached patch is applied.
 
-// Also compatible with API 7 & 8 with conditional compilation later.
-
-#if GPSD_API_MAJOR_VERSION < 5 || GPSD_API_MAJOR_VERSION > 8
-#error libgps API version might be incompatible.
-#endif
-
 /*
  * Information for interface to gpsd daemon.
  */