Fixed some warnings
This commit is contained in:
parent
b0b20b9f06
commit
45be4329c5
10 changed files with 29 additions and 31 deletions
|
|
@ -1264,7 +1264,7 @@ void ResourceManager::DetectDevicesThreadFunction()
|
|||
| Load the libhidapi-libusb library |
|
||||
\*-------------------------------------------------*/
|
||||
#ifdef __GLIBC__
|
||||
if(dyn_handle = dlopen("libhidapi-libusb.so", RTLD_NOW | RTLD_NODELETE | RTLD_DEEPBIND))
|
||||
if((dyn_handle = dlopen("libhidapi-libusb.so", RTLD_NOW | RTLD_NODELETE | RTLD_DEEPBIND)))
|
||||
#else
|
||||
if(dyn_handle = dlopen("libhidapi-libusb.so", RTLD_NOW | RTLD_NODELETE ))
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue