Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc revert for now; too many issues.



details:   https://anonhg.NetBSD.org/src/rev/1df8b1d3be7e
branches:  trunk
changeset: 820635:1df8b1d3be7e
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 12 19:10:00 2017 +0000

description:
revert for now; too many issues.

diffstat:

 external/gpl3/gcc/dist/gcc/diagnostic.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 9a5f243b4faa -r 1df8b1d3be7e external/gpl3/gcc/dist/gcc/diagnostic.c
--- a/external/gpl3/gcc/dist/gcc/diagnostic.c   Thu Jan 12 19:07:14 2017 +0000
+++ b/external/gpl3/gcc/dist/gcc/diagnostic.c   Thu Jan 12 19:10:00 2017 +0000
@@ -154,7 +154,7 @@
   context->opt_permissive = 0;
   context->fatal_errors = false;
   context->dc_inhibit_warnings = false;
-  context->dc_warn_system_headers = true;
+  context->dc_warn_system_headers = false;
   context->max_errors = 0;
   context->internal_error = NULL;
   diagnostic_starter (context) = default_diagnostic_starter;



Home | Main Index | Thread Index | Old Index