Fix build on Linux.

This commit is contained in:
John Preston 2021-07-23 20:41:38 +03:00
parent 2d251e063c
commit 49166a8b72

View file

@ -52,7 +52,7 @@ Capabilities CheckCapabilities(QWidget *widget) {
return {}; return {};
} }
static const auto BugListInited = [] { [[maybe_unused]] static const auto BugListInited = [] {
if (!QFile::exists(":/misc/gpu_driver_bug_list.json")) { if (!QFile::exists(":/misc/gpu_driver_bug_list.json")) {
return false; return false;
} }