*** empty log message ***
This commit is contained in:
parent
9882ae47c3
commit
e5f852ff79
12
lang/gcc/4.1/patches/patch-gcc_diagnostic_c
Normal file
12
lang/gcc/4.1/patches/patch-gcc_diagnostic_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-gcc_diagnostic_c,v 1.1 2005/05/29 10:56:14 espie Exp $
|
||||
--- gcc/diagnostic.c.orig Mon May 16 19:29:38 2005
|
||||
+++ gcc/diagnostic.c Mon May 16 19:29:56 2005
|
||||
@@ -345,7 +345,7 @@ diagnostic_report_diagnostic (diagnostic
|
||||
if (context->show_option_requested && diagnostic->option_index)
|
||||
diagnostic->message.format_spec
|
||||
= ACONCAT ((diagnostic->message.format_spec,
|
||||
- " [", cl_options[diagnostic->option_index].opt_text, "]", NULL));
|
||||
+ " [", cl_options[diagnostic->option_index].opt_text, "]", (char *)0));
|
||||
|
||||
pp_prepare_to_format (context->printer, &diagnostic->message,
|
||||
&diagnostic->location);
|
Loading…
x
Reference in New Issue
Block a user