Hi, On 21.12.2015 15:39, Holger Hans Peter Freyther wrote: > From: Holger Hans Peter Freyther <[email protected]> > [...] > > /* use the above macros */ > void logp2(int subsys, unsigned int level, const char *file, > - int line, int cont, const char *format, ...) > - __attribute__ ((format (printf, 6, 7))); > + int line, int cont, struct log_target *iniial_target, > + const char *format, ...) > + __attribute__ ((format (printf, 7, 8)));
Note that this will break openbsc/src/ipaccess/ipaccess-proxy.c. Jacob -- - Jacob Erlbeck <[email protected]> http://www.sysmocom.de/ ======================================================================= * sysmocom - systems for mobile communications GmbH * Alt-Moabit 93 * 10559 Berlin, Germany * Sitz / Registered office: Berlin, HRB 134158 B * Geschaeftsfuehrer / Managing Directors: Holger Freyther, Harald Welte
