We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78aa4a1 commit 9766408Copy full SHA for 9766408
src_cpp/ThreadManager.cpp
@@ -22,7 +22,7 @@ void SL::Screen_Capture::ThreadManager::Init(const std::shared_ptr<Thread_Data>&
22
if (data->ScreenCaptureData.getThingsToWatch) {
23
auto monitors = data->ScreenCaptureData.getThingsToWatch();
24
auto mons = GetMonitors();
25
- for (auto &m : monitors) {
+ for ([[maybe_unused]] auto &m : monitors) {
26
assert(isMonitorInsideBounds(mons, m));
27
}
28
0 commit comments