PostGIS  2.4.9dev-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 200 of file raster/test/cunit/cu_tester.c.

References cu_error_msg, and MAX_CUNIT_MSG_LENGTH.

Referenced by main().

200  {
201  vsnprintf (cu_error_msg, MAX_CUNIT_MSG_LENGTH, fmt, ap);
203 }
#define MAX_CUNIT_MSG_LENGTH
def fmt
Definition: pixval.py:92
char cu_error_msg[MAX_CUNIT_ERROR_LENGTH+1]
Here is the caller graph for this function: