mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed L4 warnings.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user