mirror of
https://github.com/vxcontrol/MemoryModule.git
synced 2026-08-25 11:10:07 -04:00
Fixed warning about unreferenced parameters.
This commit is contained in:
@@ -54,7 +54,7 @@ exit:
|
||||
return result;
|
||||
}
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
int main()
|
||||
{
|
||||
return RunFromMemory();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user