Skip to content

Commit

Permalink
Fix debug build on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Sep 23, 2023
1 parent a6df03d commit 58451ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/logs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ namespace {

bool DebugModeEnabled = false;

void MoveOldDataFiles(const QString &wasDir) {
[[maybe_unused]] void MoveOldDataFiles(const QString &wasDir) {
if (wasDir.isEmpty()) {
return;
}
Expand Down

0 comments on commit 58451ae

Please sign in to comment.