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