From a8cc108c3efad9fb7f42b9871ac60a48cce0d335 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 13 Mar 2022 20:02:26 +0100 Subject: [PATCH] Acknowledge that we are using deprecared API of libproj Need to switch to the newer API later. --- osm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osm.c b/osm.c index a9c499e..c21e0d9 100644 --- a/osm.c +++ b/osm.c @@ -12,6 +12,8 @@ #include #include + +#define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H #include #include "leo.h" -- 2.39.2