compile fix
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
#include "keycode.h"
|
#include "keycode.h"
|
||||||
|
|
||||||
|
#define UNUSED(x) (void)x;
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int /*argc*/, char** /*argv*/)
|
main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
|
UNUSED(argc);
|
||||||
|
UNUSED(argv);
|
||||||
|
|
||||||
test_keycodes();
|
test_keycodes();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user