mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2025-12-23 23:37:48 -05:00
Fixed some warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user