Updated prototypes with no arguments with a void argument as suggested
by compilation warnings
This commit is contained in:
@ -94,7 +94,7 @@ static char* build_infos_file_name(const char* dms_name);
|
||||
* @since September 2018
|
||||
* @author Celine Mercier (celine.mercier@metabarcoding.org)
|
||||
*/
|
||||
static size_t get_platform_infos_file_size();
|
||||
static size_t get_platform_infos_file_size(void);
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user