diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-06-04 22:46:05 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-06-04 22:46:05 -0700 |
commit | df18d8560dd4648d21cfdddb463e5e9770a822f7 (patch) | |
tree | 8f13fc3f0d1bdc2aae3fb7c9bf6a8da706b3b4d8 /tests | |
parent | cc41b039e6ba2a24c0ded9fb573bee6050aa2ac9 (diff) | |
download | PrismLauncher-df18d8560dd4648d21cfdddb463e5e9770a822f7.tar.gz PrismLauncher-df18d8560dd4648d21cfdddb463e5e9770a822f7.tar.bz2 PrismLauncher-df18d8560dd4648d21cfdddb463e5e9770a822f7.zip |
chore: fix test & clean up one last warning
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/FileSystem_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FileSystem_test.cpp b/tests/FileSystem_test.cpp index 9bb681ae..49397e07 100644 --- a/tests/FileSystem_test.cpp +++ b/tests/FileSystem_test.cpp @@ -94,6 +94,7 @@ class LinkTask : public Task { } FS::create_link *m_lnk; + [[maybe_unused]] bool m_useHard = false; bool m_linkRecursive = true; }; |