PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ rtwarn()

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

Definition at line 244 of file rt_context.c.

244  {
245  va_list ap;
246 
247  va_start(ap, fmt);
248 
249  /* Call the supplied function */
250  (*ctx_t.warn)(fmt, ap);
251 
252  va_end(ap);
253 }
def fmt
Definition: pixval.py:93
static struct rt_context_t ctx_t
Definition: rt_context.c:124
rt_message_handler warn
Definition: rt_context.c:118

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_bilinear(), rt_band_get_pixel_line(), rt_band_get_pixel_resample(), 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(), rt_util_dbl_trunc_warning(), and rt_util_gdal_open().

Here is the caller graph for this function: