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

(-)libwsmake/wsUtil.cpp.orig (-1 / +2 lines)
Lines 714-720 Link Here
714
  if(__wsmake_quiet) return;
714
  if(__wsmake_quiet) return;
715
715
716
  vfprintf(out,output,*ap);
716
  vfprintf(out,output,*ap);
717
  va_end((void*&)*ap);
717
  //BV: this does not compile:  va_end((void*&)*ap);
718
  va_end((char*&)*ap);
718
}
719
}
719
720
720
#ifdef DEBUG
721
#ifdef DEBUG

Return to bug 7429