PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ cu_errorreporter()

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

CUnit error handler Log message in a global var instead of printing in stderr.

CAUTION: Not stop execution on lwerror case !!!

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

276 {
277  vsnprintf (cu_error_msg, MAX_CUNIT_MSG_LENGTH, fmt, ap);
279  /*fprintf(stderr, "ERROR: %s\n", cu_error_msg);*/
280 }
#define MAX_CUNIT_MSG_LENGTH
char cu_error_msg[MAX_CUNIT_ERROR_LENGTH+1]
def fmt
Definition: pixval.py:92

References cu_error_msg, pixval::fmt, and MAX_CUNIT_MSG_LENGTH.

Referenced by main().

Here is the caller graph for this function: