mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* emacsclient.c (message): Mark it as a printf-like function.
This commit is contained in:
parent
aa18133456
commit
72b04a8a97
2 changed files with 5 additions and 0 deletions
|
|
@ -487,6 +487,7 @@ ttyname (int fd)
|
|||
|
||||
/* Display a normal or error message.
|
||||
On Windows, use a message box if compiled as a Windows app. */
|
||||
static void message (int, const char *, ...) ATTRIBUTE_FORMAT_PRINTF (2, 3);
|
||||
static void
|
||||
message (int is_error, const char *format, ...)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue