diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-02 09:19:47 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-11-11 20:15:14 -0800 |
commit | f24c559bcb42e3ea9321c3e6a9ecf0720a581e33 (patch) | |
tree | bcbc8276f049ba89b898fd784e5f07f5429ab9d0 /include/X11/fonts/pcf.h | |
parent | 3715cd752bac912a56aa1cbb9dd874624a709aab (diff) |
Add _X_ATTRIBUTE_PRINTF to *Error/*Warning functions taking printf formats
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'include/X11/fonts/pcf.h')
-rw-r--r-- | include/X11/fonts/pcf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/fonts/pcf.h b/include/X11/fonts/pcf.h index 3d47c66..ddce0a9 100644 --- a/include/X11/fonts/pcf.h +++ b/include/X11/fonts/pcf.h @@ -92,6 +92,6 @@ extern int pcfReadFont ( FontPtr pFont, FontFilePtr file, int bit, int byte, int glyph, int scan ); extern int pcfReadFontInfo ( FontInfoPtr pFontInfo, FontFilePtr file ); extern int pcfWriteFont ( FontPtr pFont, FontFilePtr file ); -extern void pcfError ( const char *, ... ); +extern void pcfError ( const char *, ... ) _X_ATTRIBUTE_PRINTF(1, 2); #endif /* _PCF_H_ */ |