Skip to content
Snippets Groups Projects
Commit 7ce673b2 authored by Oliver Heidmann's avatar Oliver Heidmann
Browse files

added ifdef to quell warning

parent d578123a
No related branches found
No related tags found
No related merge requests found
......@@ -906,6 +906,7 @@ print_openmp_info()
static void
set_external_proj_func(void)
{
#ifdef HAVE_LIBPROJ
#ifdef HAVE_CDI_PROJ_FUNCS
proj_lonlat_to_lcc_func = proj_lonlat_to_lcc;
proj_lcc_to_lonlat_func = proj_lcc_to_lonlat;
......@@ -913,6 +914,7 @@ set_external_proj_func(void)
proj_lonlat_to_stere_func = proj_lonlat_to_stere;
proj_stere_to_lonlat_func = proj_stere_to_lonlat;
#endif
#endif
}
static const char *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment