editors/space_* build without unused args warnings

This commit is contained in:
2010-10-16 08:03:28 +00:00
parent 03e6bb7ede
commit e5fbd93cec
57 changed files with 378 additions and 387 deletions

View File

@@ -1001,7 +1001,7 @@ typedef struct tSoundBakeInfo {
/* Sampling callback used to determine the value from the sound to
* save in the F-Curve at the specified frame
*/
static float fcurve_samplingcb_sound (FCurve *fcu, void *data, float evaltime)
static float fcurve_samplingcb_sound (FCurve *UNUSED(fcu), void *data, float evaltime)
{
tSoundBakeInfo *sbi= (tSoundBakeInfo *)data;