forked from len0rd/rockbox
Fix warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15421 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9c3c6f9c82
commit
775279b63e
3 changed files with 3 additions and 3 deletions
|
@ -366,7 +366,7 @@ static void sendEvent(struct Event * ev)
|
|||
}
|
||||
}
|
||||
|
||||
void rewindFile()
|
||||
void rewindFile(void)
|
||||
{
|
||||
int i=0;
|
||||
for(i=0; i<mf->numTracks; i++)
|
||||
|
|
|
@ -21,7 +21,7 @@ int tick(void);
|
|||
|
||||
/* used by beatbox */
|
||||
void pressNote(int ch, int note, int vol);
|
||||
void rewindFile();
|
||||
void rewindFile(void);
|
||||
|
||||
extern long tempo;
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ int initSynth(struct MIDIfile * mf, char * filename, char * drumConfig);
|
|||
void setPoint(struct SynthObject * so, int pt);
|
||||
void synthSamples(int32_t *buf_ptr, unsigned int num_samples);
|
||||
|
||||
void resetControllers();
|
||||
void resetControllers(void);
|
||||
|
||||
static inline struct Event * getEvent(struct Track * tr, int evNum)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue