mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove one compiler warning found with -Wstrict-prototypes.
This commit is contained in:
parent
34bef2694f
commit
c818d5347e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ typedef unsigned long Py_UInt32;
|
|||
else if ( x > MAXLIN ) x = MAXLIN; \
|
||||
} while ( 0 )
|
||||
|
||||
static unsigned char st_linear_to_ulaw( /* int sample */ );
|
||||
static unsigned char st_linear_to_ulaw(int sample);
|
||||
|
||||
/*
|
||||
** This macro converts from ulaw to 16 bit linear, faster.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue