mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Shut up lint
This commit is contained in:
parent
2807d191f0
commit
292bb8ea33
1 changed files with 2 additions and 0 deletions
|
@ -218,8 +218,10 @@ do_arg(arg, p_format, p_va)
|
|||
}
|
||||
|
||||
#ifdef USE_STDARG
|
||||
/* VARARGS2 */
|
||||
int getargs(object *arg, char *format, ...)
|
||||
#else
|
||||
/* VARARGS */
|
||||
int getargs(va_alist) va_dcl
|
||||
#endif
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue