main.c: avoid unused parameter warning or error
Signed-off-by: Victor Chong <victor.chong@linaro.org>
Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
diff --git a/random/host/main.c b/random/host/main.c
index 65318c6..582d2b3 100644
--- a/random/host/main.c
+++ b/random/host/main.c
@@ -35,7 +35,7 @@
/* To the the UUID (found the the TA's h-file(s)) */
#include <random_ta.h>
-int main(int argc, char *argv[])
+int main(void)
{
TEEC_Result res;
TEEC_Context ctx;