Updated prototypes with no arguments with a void argument as suggested
by compilation warnings
This commit is contained in:
@@ -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_ */
|
||||
|
Reference in New Issue
Block a user