Add maybe_unused attribute to args

This commit is contained in:
Dan Paulat 2024-05-04 23:49:38 -05:00
parent 4961f0c38b
commit aa6c3404c4

View file

@ -143,7 +143,8 @@ int main(int argc, char* argv[])
return result;
}
static void OverrideDefaultStyle(const std::vector<std::string>& args)
static void
OverrideDefaultStyle([[maybe_unused]] const std::vector<std::string>& args)
{
#if defined(_WIN32)
bool hasStyleArgument = false;