Oh, shoot! Fixed in r186167.

Thank you! 
Jordan

On Jul 12, 2013, at 2:18 , Дмитрий Дьяченко <[email protected]> wrote:

> Hi!
> 
> I need the following fix to run 'scan-build configure' -- add missing comma
> 
> --- ccc-analyzer    (revision 186147)
> +++ ccc-analyzer    (working copy)
> @@ -341,7 +341,7 @@
> );
> 
> my %CompilerLinkerOptionMap = (
> -  '-Wwrite-strings' => 0
> +  '-Wwrite-strings' => 0,
>   '-ftrapv-handler' => 1, # specifically call out separated -f flag
>   '-mios-simulator-version-min' => 0, # This really has 1 argument,
> but always has '='
>   '-isysroot' => 1,
> 
> Thanks,
> Dmitry


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to