mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 13:47:05 +02:00
Fix debug build on Linux
This commit is contained in:
parent
a6df03d990
commit
58451aed91
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ namespace {
|
|||
|
||||
bool DebugModeEnabled = false;
|
||||
|
||||
void MoveOldDataFiles(const QString &wasDir) {
|
||||
[[maybe_unused]] void MoveOldDataFiles(const QString &wasDir) {
|
||||
if (wasDir.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue