PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ cu_noticereporter()

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

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

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

References pixval::fmt, and MAX_CUNIT_MSG_LENGTH.

Referenced by main().

Here is the caller graph for this function: