On Jun 20, 2011, at 8:41 AM, Matthias Melcher wrote: > ... > At first, I had va_list as the last argument, but then I received a similar > warning, which is why I moved it to the front. I now added va_ as a prefix > and everything is fine. Should I also move va_list to the end of the argument > list again?
I would for consistency with other uses of va_list. Also, I'm not keen on the "va_" prefix to the function since a) everyone else uses "v" and b) "va_" is already used for several functions and a type, and it is conceivable that some implementation of stdarg might use va_alert internally... ________________________________________ Michael Sweet, Easy Software Products
_______________________________________________ fltk-dev mailing list fltk-dev@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-dev