Skip to content

Commit

Permalink
MaybeUnused
Browse files Browse the repository at this point in the history
  • Loading branch information
MeijisIrlnd committed May 26, 2024
1 parent 4853356 commit 97068fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utils/marvin_Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#endif
namespace marvin::utils {
std::optional<std::string> getCurrentExecutablePath() {
constexpr static auto maxLength{ 512 };
[[maybe_unused]] constexpr static auto maxLength{ 512 };
#if defined(MARVIN_MACOS)
char data[maxLength];
std::uint32_t length{ sizeof(data) };
Expand Down

0 comments on commit 97068fb

Please sign in to comment.