Module: sems Branch: master Commit: db87a4f4d3dee43e60014c7b93ce0c716d2c49ca URL: https://github.com/sems-server/sems/commit/db87a4f4d3dee43e60014c7b93ce0c716d2c49ca
Author: Juha Heinanen <[email protected]> Committer: Juha Heinanen <[email protected]> Date: 2015-05-03T16:08:40+03:00 core/plug-in/speex: avoid compiler warning about unused function --- Modified: core/plug-in/speex/speex.c --- Diff: https://github.com/sems-server/sems/commit/db87a4f4d3dee43e60014c7b93ce0c716d2c49ca.diff Patch: https://github.com/sems-server/sems/commit/db87a4f4d3dee43e60014c7b93ce0c716d2c49ca.patch --- diff --git a/core/plug-in/speex/speex.c b/core/plug-in/speex/speex.c index 7aa3eaf..2917b17 100644 --- a/core/plug-in/speex/speex.c +++ b/core/plug-in/speex/speex.c @@ -132,6 +132,8 @@ typedef struct { } SpeexState; +#if 0 + /* Search for a parameter assignement in input string. If it's not found *param_value is null, otherwise *param_value points to the @@ -174,7 +176,7 @@ static char* read_param(char* input, const char *param, char** param_value) } #define BLEN 63 -#if 0 + void decode_format_parameters(const char* format_parameters, SpeexState* ss) { /* See draft-herlein-avt-rtp-speex-00.txt */ /* TODO: change according to RFC 5574 */ _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
