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:
John Baldwin 2022-01-31 17:12:04 -08:00
parent 53e938e408
commit 6c9ed42828

View File

@ -534,7 +534,7 @@ g_gatec_rescue(void)
} }
static void static void
init_initial_buffer_size() init_initial_buffer_size(void)
{ {
int value; int value;
size_t intsize; size_t intsize;