mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-10-31 11:36:18 +01:00
Add missing (void) arguments to comply with -Wstrict-prototypes
This commit is contained in:
parent
8742fb6c99
commit
7e8a8bfb14
@ -21,7 +21,7 @@ static cmph_uint8 check_for_collisions_h2(fch_config_data_t *fch, fch_buckets_t
|
|||||||
static void permut(cmph_uint32 * vector, cmph_uint32 n);
|
static void permut(cmph_uint32 * vector, cmph_uint32 n);
|
||||||
static cmph_uint8 searching(fch_config_data_t *fch, fch_buckets_t *buckets, cmph_uint32 *sorted_indexes);
|
static cmph_uint8 searching(fch_config_data_t *fch, fch_buckets_t *buckets, cmph_uint32 *sorted_indexes);
|
||||||
|
|
||||||
fch_config_data_t *fch_config_new()
|
fch_config_data_t *fch_config_new(void)
|
||||||
{
|
{
|
||||||
fch_config_data_t *fch;
|
fch_config_data_t *fch;
|
||||||
fch = (fch_config_data_t *)malloc(sizeof(fch_config_data_t));
|
fch = (fch_config_data_t *)malloc(sizeof(fch_config_data_t));
|
||||||
|
Loading…
Reference in New Issue
Block a user