Commit 48c42eef authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

tools/wrpc-vuart: build dummy binary, I'm too lazy to fix this...

parent 13108ed3
......@@ -2,7 +2,7 @@
* Author: Federico Vaga <federico.vaga@cern.ch>
*/
#if 0
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
......@@ -213,3 +213,9 @@ int main(int argc, char *argv[])
out:
return -1;
}
#endif
int main()
{
return 0;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment