PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ cu_noticereporter()

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

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

289 {
290  char buf[MAX_CUNIT_MSG_LENGTH+1];
291  vsnprintf (buf, MAX_CUNIT_MSG_LENGTH, fmt, ap);
292  buf[MAX_CUNIT_MSG_LENGTH]='\0';
293  fprintf(stderr, "NOTICE: %s\n", buf);
294 }
#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: