On 07/16/12 10:37, Francois Gouget wrote:
On Tue, 3 Jul 2012, Jacek Caban wrote: [...]
It would probably be more appropriate to add assert(SUCCEEDED(hres)); after IsClassOfCategories calls, which can't fail.
Ok. Would something like this be ok? It seems like this single assert() is enough to make gcc happy here.
Looks good to me.
Thanks, Jacek