chore: fix test & clean up one last warning
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
cc41b039e6
commit
df18d8560d
2 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ class JavaVersion
|
|||
{
|
||||
friend class JavaVersionTest;
|
||||
public:
|
||||
JavaVersion() {};
|
||||
JavaVersion() {}
|
||||
JavaVersion(const QString & rhs);
|
||||
|
||||
JavaVersion & operator=(const QString & rhs);
|
||||
|
|
|
@ -94,6 +94,7 @@ class LinkTask : public Task {
|
|||
}
|
||||
|
||||
FS::create_link *m_lnk;
|
||||
[[maybe_unused]] bool m_useHard = false;
|
||||
bool m_linkRecursive = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue