build_system: Fix some warnings highlighted by clang

Fix some warnings found with clang.

Change-Id: I5195b6189b148c2ee3ed4a19d015a6d4ef3e77bd
This commit is contained in:
George Joseph
2016-02-01 12:04:06 -07:00
parent 109b0aff6b
commit 8804d0973c
9 changed files with 20 additions and 19 deletions

View File

@@ -320,7 +320,6 @@ struct jingle_session {
struct ast_callid *callid; /*!< Bound session call-id */
};
static const char desc[] = "Motif Jingle Channel";
static const char channel_type[] = "Motif";
struct jingle_config {