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

View file

@ -9,7 +9,7 @@
#include "../common/dbg.h"
#include "../common/processevents.h"
int _main_(int _argc, char** _argv)
int _main_(int /*_argc*/, char** /*_argv*/)
{
uint32_t width = 1280;
uint32_t height = 720;