Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 585630 | Differences between
and this patch

Collapse All | Expand All

(-)sam2p-0.49.2/ccdep.pl.old (-1 / +1 lines)
Lines 150-156 Link Here
150
if ($R!~/: warning: #warning\b/) {
150
if ($R!~/: warning: #warning\b/) {
151
  # config2.h:314:4: warning: #warning REQUIRES: c_lgcc3.o
151
  # config2.h:314:4: warning: #warning REQUIRES: c_lgcc3.o
152
  # Dat: g++-3.3 ignores #warning with -M -MG -E
152
  # Dat: g++-3.3 ignores #warning with -M -MG -E
153
  $R.="\n".backtick("$GCCP -DOBJDEP$DIAG -E 2>&1 >/dev/null @DSQ");
153
  $R.="\n".backtick("$GCCP -DOBJDEP$DIAG -Wno-literal-suffix -E 2>&1 >/dev/null @DSQ");
154
}
154
}
155
155
156
## die $R;
156
## die $R;

Return to bug 585630