Skip to content

Commit

Permalink
Silence compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bepaald committed Aug 18, 2024
1 parent 6a772cb commit 1d14dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
#ifndef VERSION_H_
#define VERSION_H_

#define VERSIONDATE "20240818.193540"
#define VERSIONDATE "20240818.193953"

#endif
2 changes: 1 addition & 1 deletion desktopdatabase/getsecrets_linux.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#include "desktopdatabase.ih"

void DesktopDatabase::getSecrets_linux(std::set<std::string> *secrets) const
void DesktopDatabase::getSecrets_linux(std::set<std::string> *secrets [[maybe_unused]]) const
{
Logger::error ("Found encrypted sqlcipher key in config file. Decrypting this key");
Logger::error_indent("is not yet supported on Linux. To obtain the decrypted key, please");
Expand Down

0 comments on commit 1d14dcc

Please sign in to comment.