PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ 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 }
def fmt
Definition: pixval.py:92
static struct rt_context_t ctx_t
Definition: rt_context.c:118
rt_message_handler warn
Definition: rt_context.c:113

References ctx_t, pixval::fmt, and rt_context_t::warn.

Referenced by _rt_raster_geotransform_warn_offline_band(), 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: