Hello, On 20 April 2012 01:54, Jeremy Huddleston <[email protected]> wrote: > Signed-off-by: Jeremy Huddleston <[email protected]> > --- > include/os.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/include/os.h b/include/os.h > index 166c60c..276eb52 100644 > --- a/include/os.h > +++ b/include/os.h > @@ -321,7 +321,8 @@ extern _X_EXPORT void > OsCleanup(Bool); > > extern _X_EXPORT void > -OsVendorFatalError(const char *f, va_list args); > +OsVendorFatalError(const char *f, va_list args) > +_X_ATTRIBUTE_PRINTF(1, 0);
This looks OK and does not produce additional warnings which is probably the intended result ;-) Tested-By: Michal Suchanek <[email protected]> Thanks Michal _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
