PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ rtwarn()

void rtwarn ( const char *  fmt,
  ... 
)

Definition at line 224 of file rt_context.c.

224 {
225 va_list ap;
226
227 va_start(ap, fmt);
228
229 /* Call the supplied function */
230 (*ctx_t.warn)(fmt, ap);
231
232 va_end(ap);
233}
static struct rt_context_t ctx_t
Definition rt_context.c:118
rt_message_handler warn
Definition rt_context.c:113

References ctx_t, and rt_context_t::warn.

Referenced by _rt_raster_geotransform_warn_offline_band(), convert_raster(), diff_rastinfo(), main(), rt_band_get_pixel(), rt_band_get_pixel_line(), rt_band_get_summary_stats(), rt_band_get_value_count(), rt_band_load_offline_data(), rt_band_set_pixel(), rt_raster_colormap(), rt_raster_copy_band(), rt_raster_from_wkb(), rt_raster_gdal_polygonize(), rt_raster_gdal_warp(), rt_raster_surface(), rt_raster_to_gdal_mem(), and rt_util_dbl_trunc_warning().

Here is the caller graph for this function: