Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
df05f088
Commit
df05f088
authored
Jul 11, 2013
by
Tristan Matthews
Browse files
sdp: fix warning if compiling without video support
parent
2d9b1a8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemon/src/sip/sdp.cpp
View file @
df05f088
...
...
@@ -765,6 +765,8 @@ bool Sdp::getOutgoingVideoSettings(map<string, string> &args) const
}
return
true
;
}
#else
(
void
)
args
;
#endif
return
false
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment