mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:00:04 +00:00
Add maybe_unused attribute to args
This commit is contained in:
parent
4961f0c38b
commit
aa6c3404c4
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue