PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ cu_error_reporter()

static void cu_error_reporter ( 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 rterror case !!!

Definition at line 202 of file raster/test/cunit/cu_tester.c.

202  {
203  vsnprintf (cu_error_msg, MAX_CUNIT_MSG_LENGTH, fmt, ap);
205 }
#define MAX_CUNIT_MSG_LENGTH
def fmt
Definition: pixval.py:92
char cu_error_msg[MAX_CUNIT_MSG_LENGTH+1]

References cu_error_msg, pixval::fmt, and MAX_CUNIT_MSG_LENGTH.

Referenced by main().

Here is the caller graph for this function: