Skip to content

plugins/lockdevice: Remove unnecessary MSVC specific pragma directive

Biswapriyo Nath requested to merge biswapriyo/kdeconnect-kde:lockdevice into master
This commit fixes the following compiler warning with mingw-w64 toolchain.

lockdeviceplugin-win.cpp:18: warning: ignoring '#pragma comment ' [-Wunknown-pragmas]
   18 | #pragma comment(lib, "user32.lib")

Merge request reports