PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ cu_noticereporter()

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

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

References MAX_CUNIT_MSG_LENGTH.

Referenced by main().

279 {
280  char buf[MAX_CUNIT_MSG_LENGTH+1];
281  vsnprintf (buf, MAX_CUNIT_MSG_LENGTH, fmt, ap);
282  buf[MAX_CUNIT_MSG_LENGTH]='\0';
283  fprintf(stderr, "NOTICE: %s\n", buf);
284 }
#define MAX_CUNIT_MSG_LENGTH
def fmt
Definition: pixval.py:92
Here is the caller graph for this function: