PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ cu_noticereporter()

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

Definition at line 283 of file liblwgeom/cunit/cu_tester.c.

284 {
285  char buf[MAX_CUNIT_MSG_LENGTH+1];
286  vsnprintf (buf, MAX_CUNIT_MSG_LENGTH, fmt, ap);
287  buf[MAX_CUNIT_MSG_LENGTH]='\0';
288  fprintf(stderr, "NOTICE: %s\n", buf);
289 }
#define MAX_CUNIT_MSG_LENGTH
def fmt
Definition: pixval.py:92

References pixval::fmt, and MAX_CUNIT_MSG_LENGTH.

Referenced by main().

Here is the caller graph for this function: