shebs       02/10/06 20:48:27

  Modified:    gcc      diagnostic.c
  Log:
  Resolve an APPLE MERGE note by removing the whole patch since it's no
  longer needed.
  
  Revision  Changes    Path
  1.33      +0 -12     gcc3/gcc/diagnostic.c
  
  Index: diagnostic.c
  ===================================================================
  RCS file: /cvs/Darwin/gcc3/gcc/diagnostic.c,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- diagnostic.c      2002/08/26 05:39:33     1.32
  +++ diagnostic.c      2002/10/07 03:48:27     1.33
  @@ -865,18 +865,6 @@
     if (global_dc->lock++)
       error_recursion (global_dc);
   
  -  /* APPLE LOCAL begin handle -Wno-system-headers (2910306)  ilr */
  -  /* If -Wno-system-headers is in effect and we want to report a decl
  -     warning then suppress it.  */
  -  if (1 /* APPLE MERGE warn only? */
  -      && (inhibit_warnings 
  -          || (DECL_IN_SYSTEM_HEADER (decl) && !warn_system_headers)))
  -    {
  -      global_dc->lock--;
  -      return;
  -    }
  -  /* APPLE LOCAL end handle -Wno-system-headers (2910306)  ilr */
  -
     if (diagnostic_count_diagnostic (global_dc, diagnostic->kind))
       {
         diagnostic_report_current_function (global_dc);
  
  
  


Reply via email to