chore: fix some codeql warnings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
0136c2e82a
commit
7ea15c31a1
18 changed files with 72 additions and 26 deletions
|
@ -69,7 +69,9 @@ class LinkTask : public Task {
|
|||
}
|
||||
|
||||
FS::create_link* m_lnk;
|
||||
[[maybe_unused]] bool m_useHard = false;
|
||||
#if defined Q_OS_WIN32
|
||||
bool m_useHard = false;
|
||||
#endif
|
||||
bool m_linkRecursive = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue