PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ loader_rt_warning_handler()

static void static void loader_rt_warning_handler ( const char *  fmt,
va_list  ap 
)
static

Definition at line 53 of file raster2pgsql.c.

53  {
54  static const char *label = "WARNING: ";
55  char newfmt[1024] = {0};
56  snprintf(newfmt, 1024, "%s%s\n", label, fmt);
57  newfmt[1023] = '\0';
58  vfprintf(stderr, newfmt, ap);
59  va_end(ap);
60 }
def fmt
Definition: pixval.py:94

References pixval::fmt.

Referenced by rt_init_allocators().

Here is the caller graph for this function: