PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ lwnotice()

void lwnotice ( const char *  fmt,
  ... 
)

Definition at line 177 of file lwutil.c.

178 {
179  va_list ap;
180 
181  va_start(ap, fmt);
182 
183  /* Call the supplied function */
184  (*lwnotice_var)(fmt, ap);
185 
186  va_end(ap);
187 }
def fmt
Definition: pixval.py:94

References pixval::fmt.

Referenced by clamp_srid().

Here is the caller graph for this function: