freetdm: windows unref parameter

This commit is contained in:
Moises Silva 2010-05-18 10:41:50 -04:00
parent 1bfcc17e54
commit cab15659a6
1 changed files with 5 additions and 0 deletions

View File

@ -2005,6 +2005,11 @@ FT_DECLARE(ftdm_status_t) _ftdm_channel_call_place(const char *file, const char
} else {
ftdm_log(FTDM_LOG_ERROR, "outgoing_call method not implemented in this span!\n");
}
#ifdef __WINDOWS__
UNREFERENCED_PARAMETER(file);
UNREFERENCED_PARAMETER(func);
UNREFERENCED_PARAMETER(line);
#endif
return FTDM_FAIL;
}