From: Ernst B. <e.b...@xe...> - 2006-09-07 17:04:22
|
Hi Michael, > > > -void message(const int level, const char *format, ...); > > +void message(const int level, const char *format, ...) > > __attribute__((format (__printf__, 2, 3) )); > > Great, thanks a lot! I applied it, and corrected a really lot of format > mismatches in various source files! Ugh, and most of those mismatches were in my USBHUB driver, it seems. *blushes* Looks like I spend too much time with c++... /Ernst |