mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-26 06:40:47 +02:00
os: Annotate OsVendorFatalError as _X_ATTRIBUTE_PRINTF
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Tested-By: Michal Suchanek <hramrach@gmail.com>
This commit is contained in:
parent
0ba1794fe2
commit
d97868d934
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
extern _X_EXPORT void
|
||||
OsVendorInit(void);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue