cast ucert_argv to proper type when passing to execv
authorRosen Penev <rosenp@gmail.com>
Thu, 28 Nov 2019 19:17:20 +0000 (11:17 -0800)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 28 Nov 2019 20:20:13 +0000 (21:20 +0100)
Fixes warnings:

warning: passing argument 2 of 'execv' from incompatible pointer type
[-Wincompatible-pointer-types]
  254 |       execv(usign_argv[0], usign_argv)

Signed-off-by: Rosen Penev <rosenp@gmail.com>

No differences found