Use -Wall, and clean-up things so no warnings

This commit is contained in:
Nick Lanham
2012-02-15 12:20:11 +01:00
parent c284a0ba8e
commit 61bb1fe89e
5 changed files with 8 additions and 9 deletions

View File

@@ -19,6 +19,7 @@
#define DRMR_HYDRO_H
kits* scan_kits();
void free_kits(kits* kits);
void free_samples(drmr_sample* samples, int num_samples);
int load_sample(char* path,drmr_layer* layer,double target_rate);
int load_hydrogen_kit(DrMr* drmr, char* path);