Fixed L4 warnings.

This commit is contained in:
bkaradzic 2013-03-25 21:13:54 -07:00
parent 07dc7b2c5f
commit 6582276e3e
17 changed files with 25 additions and 25 deletions
examples/04-mesh

View file

@ -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;