1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/midi
Andree Buschmann 67f215032d Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29841 a1c6a512-1295-4272-9138-f99709370657
2011-05-08 21:06:38 +00:00
..
guspat.c Correct checking return value of open in plugins. 2009-12-06 13:52:28 +00:00
guspat.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
midi.make Use a static pattern rule to restrict the dependency on [pluginname].o to single-file plugins. This allows the pattern rule for %.rock (with all dependencies defined elsewhere) to pick up multi-file plugins with no [pluginname].o file, and get rid of the duplication in (doom|midi|reversi).make. 2009-03-04 23:41:58 +00:00
midifile.c Replace remaining printf in midi plugin (fix yellow/red) 2010-07-25 19:47:07 +00:00
midifile.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
midiplay.c HD300 - plugins keymaps 2010-11-30 10:52:14 +00:00
midiutil.c Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0. 2011-05-08 21:06:38 +00:00
midiutil.h Rename printf to prevent naming conflict. Also change comment to conform with Rockbox standards. 2010-07-25 19:35:19 +00:00
sequencer.c plugins (doom, midi, rockboy): don't use non-static inline 2010-09-07 14:09:11 +00:00
sequencer.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
SOURCES Move all of midiplay into its subdir and add a Makefile for it, add header files as necessary. 2007-09-24 15:57:32 +00:00
synth.c Replace remaining printf in midi plugin (fix yellow/red) 2010-07-25 19:47:07 +00:00
synth.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00