mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 07:08:11 +00:00
Fix compilation warnings.
This commit is contained in:
parent
02bbe939b1
commit
90c0306f66
1 changed files with 1 additions and 2 deletions
|
|
@ -117,8 +117,7 @@ static PyObject * pylinphone_module_method_set_log_handler(PyObject *self, PyObj
|
|||
|
||||
static PyObject * pylinphone_Core_get_video_devices(PyObject *self, void *closure) {
|
||||
PyObject *_list;
|
||||
char **_devices;
|
||||
char *_device;
|
||||
const char **_devices;
|
||||
LinphoneCore *native_ptr = pylinphone_Core_get_native_ptr(self);
|
||||
|
||||
if (native_ptr == NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue