PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ cu_noticereporter()

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

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

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

References pixval::fmt, and MAX_CUNIT_MSG_LENGTH.

Referenced by main().

Here is the caller graph for this function: