ggatec: Use ANSI C definition for init_initial_buffer_size.
This fixes -Wstrict-prototypes and -Wold-style-definition warnings from GCC 9.
This commit is contained in:
parent
53e938e408
commit
6c9ed42828
@ -534,7 +534,7 @@ g_gatec_rescue(void)
|
||||
}
|
||||
|
||||
static void
|
||||
init_initial_buffer_size()
|
||||
init_initial_buffer_size(void)
|
||||
{
|
||||
int value;
|
||||
size_t intsize;
|
||||
|
Loading…
Reference in New Issue
Block a user