X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcsharpcomp.c;h=eb1574d9699434e8ed83dd2f2a8bf01107ae59ec;hb=2354d5ead305b61c925e53bcfb73d47de7c53162;hp=eed0d15e36f5dd5447d3852b95fa81cb4d60659f;hpb=99099106c3c1cb16ed1e91be970332fe225e278b;p=gnulib.git diff --git a/lib/csharpcomp.c b/lib/csharpcomp.c index eed0d15e3..eb1574d96 100644 --- a/lib/csharpcomp.c +++ b/lib/csharpcomp.c @@ -400,7 +400,8 @@ compile_csharp_using_sscli (const char * const *sources, argp = argv; *argp++ = "csc"; - *argp++ = (output_is_library ? "-target:library" : "-target:exe"); + *argp++ = + (char *) (output_is_library ? "-target:library" : "-target:exe"); { char *option = (char *) xallocsa (5 + strlen (output_file) + 1); memcpy (option, "-out:", 5);