Updated prototypes with no arguments with a void argument as suggested

by compilation warnings
This commit is contained in:
Celine Mercier
2018-10-17 12:00:40 +02:00
parent df70086384
commit 8ce6dd6d1a
8 changed files with 13 additions and 13 deletions

View File

@@ -55,7 +55,7 @@
* @since May 2015
* @author Eric Coissac (eric.coissac@metabarcoding.org)
*/
bool obi_is_little_endian();
bool obi_is_little_endian(void);
#endif /* OBILITTLEBIGMAN_H_ */