From: David Given Date: Wed, 5 Oct 2016 21:55:04 +0000 (+0200) Subject: Warning fix. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=87e004e4a92e825358e7b4e9c1c5e942146dc07f;p=ack.git Warning fix. --- diff --git a/mach/proto/mcg/main.c b/mach/proto/mcg/main.c index 9c863b8ad..5789a1379 100644 --- a/mach/proto/mcg/main.c +++ b/mach/proto/mcg/main.c @@ -58,7 +58,7 @@ int main(int argc, char* const argv[]) symbol_init(); - if (!EM_open(inputfile)) + if (!EM_open((char*) inputfile)) fatal("couldn't open '%s': %s", inputfile ? inputfile : "", EM_error);