Subhashish, le Mon 02 Jun 2014 04:31:02 +0530, a écrit : > In case of > > #elif defined(VGO_gnu) > vg_assert(0); > > I'm now changing it to > > > #elif defined(VGO_gnu) > SysRes res; > vg_assert(0); > > for the 'return res;' at the end of the modified functions are coming > back to haunt with reports of the undeclared res-es.
Sure, never take my word for granted :) Samuel