PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ cu_noticereporter()

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

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

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