diff --git a/Include/FlashlightEngine/Core/CoreUtils.inl b/Include/FlashlightEngine/Core/CoreUtils.inl index 94e8666..1eeb408 100644 --- a/Include/FlashlightEngine/Core/CoreUtils.inl +++ b/Include/FlashlightEngine/Core/CoreUtils.inl @@ -23,7 +23,7 @@ namespace FlashlightEngine { #else template - constexpr void FlAssert(T expr, const std::string& msg, const std::source_location& location) {} + constexpr void FlAssert([[maybe_unused]] T expr, [[maybe_unused]] const std::string& msg, [[maybe_unused]] const std::source_location& location) {} #endif template