From: Martin Mares Date: Sun, 13 Mar 2022 19:02:26 +0000 (+0100) Subject: Acknowledge that we are using deprecared API of libproj X-Git-Url: http://mj.ucw.cz/gitweb/?p=leo.git;a=commitdiff_plain;h=a8cc108c3efad9fb7f42b9871ac60a48cce0d335 Acknowledge that we are using deprecared API of libproj Need to switch to the newer API later. --- 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"