Module Name:    src
Committed By:   christos
Date:           Thu Jan 12 17:14:24 UTC 2017

Modified Files:
        src/external/gpl3/gcc/dist/gcc: diagnostic.c

Log Message:
Our headers are clean, enable warnings caused by them. We want to know
about <ctype_macro>(char) usages.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 src/external/gpl3/gcc/dist/gcc/diagnostic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/diagnostic.c
diff -u src/external/gpl3/gcc/dist/gcc/diagnostic.c:1.1.1.3 src/external/gpl3/gcc/dist/gcc/diagnostic.c:1.2
--- src/external/gpl3/gcc/dist/gcc/diagnostic.c:1.1.1.3	Sun Jan 24 01:06:10 2016
+++ src/external/gpl3/gcc/dist/gcc/diagnostic.c	Thu Jan 12 12:14:23 2017
@@ -154,7 +154,7 @@ diagnostic_initialize (diagnostic_contex
   context->opt_permissive = 0;
   context->fatal_errors = false;
   context->dc_inhibit_warnings = false;
-  context->dc_warn_system_headers = false;
+  context->dc_warn_system_headers = true;
   context->max_errors = 0;
   context->internal_error = NULL;
   diagnostic_starter (context) = default_diagnostic_starter;

Reply via email to