> > This is the only warning of note: > > GCCache.cc > GCCache.cc(119): warning #1011: missing return statement at end of > non-void function "BGCCache::nextContext" > }
right. Blackbox aborts() at the end of that function (-: Will add a return 0 and a comment.
