]> mj.ucw.cz Git - leo.git/commitdiff
Acknowledge that we are using deprecared API of libproj
authorMartin Mares <mj@ucw.cz>
Sun, 13 Mar 2022 19:02:26 +0000 (20:02 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 13 Mar 2022 19:02:45 +0000 (20:02 +0100)
Need to switch to the newer API later.

osm.c

diff --git a/osm.c b/osm.c
index a9c499e69152183d7d2545162a770f9f15535d59..c21e0d9e9ab72e75cf38f6b1b88299c67a699d5a 100644 (file)
--- a/osm.c
+++ b/osm.c
@@ -12,6 +12,8 @@
 
 #include <stdarg.h>
 #include <stdio.h>
+
+#define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
 #include <proj_api.h>
 
 #include "leo.h"