PostGIS  3.7.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:94
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.