Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 524048
Collapse All | Expand All

(-)ccdep.pl (+3 lines)
Lines 233-238 Link Here
233
  } elsif ($S=~/\A([^:]+):\d+:(\d+:)? warning: this is the location of /) {
233
  } elsif ($S=~/\A([^:]+):\d+:(\d+:)? warning: this is the location of /) {
234
    # ^^^ gcc-3.1
234
    # ^^^ gcc-3.1
235
    undef $included_from;
235
    undef $included_from;
236
  } elsif ($S=~/\A([^:]+):\d+:(\d+:)? warning: .*\bdeprecated\b/) {
237
    # Example: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
238
    undef $included_from;
236
  } elsif ($S=~/: No such file or directory$/) {  # Depends on $ENV{LC_ALL}.
239
  } elsif ($S=~/: No such file or directory$/) {  # Depends on $ENV{LC_ALL}.
237
    # ^^^ gcc-3.3
240
    # ^^^ gcc-3.3
238
    undef $included_from;
241
    undef $included_from;

Return to bug 524048