diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-07-01 15:33:45 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-07-01 15:33:45 +0200 | 
| commit | 0c9729df42a030f90ad439b2b45b5905bf13ff19 (patch) | |
| tree | 35481c4d4ed5010b78067e04be7cbb655963f55f | |
| parent | 0e8c0f346461db5d5dc2225bc0f82e02fdc01eb3 (diff) | |
compat: remove warning when no UVC webcams connected
| -rw-r--r-- | compat/camera-names.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/compat/camera-names.cpp b/compat/camera-names.cpp index 8dcf27c6..b9511037 100644 --- a/compat/camera-names.cpp +++ b/compat/camera-names.cpp @@ -113,8 +113,10 @@ std::vector<std::tuple<QString, int>> get_camera_names()          }          pEnumCat->Release();      } +#if 0      else          qDebug() << "failed CLSID_VideoInputDeviceCategory" << hr; +#endif      pSysDevEnum->Release();  #endif | 
