From 9553abc28ee78f9eb858f9ec70b9137c499ea637 Mon Sep 17 00:00:00 2001 From: wb2osz Date: Sun, 15 Jan 2023 22:54:11 +0000 Subject: [PATCH] Tested compatibility with gpsd 3.25. --- src/dwgpsd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dwgpsd.c b/src/dwgpsd.c index ae3a711..1bc9d47 100644 --- a/src/dwgpsd.c +++ b/src/dwgpsd.c @@ -69,6 +69,7 @@ // 3.23 29 12 OK. // 3.25 30 14 OK, Jan. 2023 + // Previously the compilation would fail if the API version was later // than the last one tested. Now it is just a warning because it changes so // often but more recent versions have not broken backward compatibility.