Fixed L4 warnings.
This commit is contained in:
parent
07dc7b2c5f
commit
6582276e3e
17 changed files with 25 additions and 25 deletions
examples/04-mesh
|
@ -278,7 +278,7 @@ struct Mesh
|
|||
GroupArray m_groups;
|
||||
};
|
||||
|
||||
int _main_(int _argc, char** _argv)
|
||||
int _main_(int /*_argc*/, char** /*_argv*/)
|
||||
{
|
||||
uint32_t width = 1280;
|
||||
uint32_t height = 720;
|
||||
|
|
Reference in a new issue