Re: [Live-devel] I found a critical potential error in file MatroskaFileParser.cpp

2013-12-12 Thread Ross Finlayson
>> No, this is not a "critical potential error". It's not even an "error". >> It is a compiler *warning* (usually given by some old versions of >> Microsoft's Visual C++ compiler). > > I don't think VC++ is wholly wrong to warn about this. The object isn't > completely constructed when the ini

Re: [Live-devel] I found a critical potential error in file MatroskaFileParser.cpp

2013-12-09 Thread Warren Young
On 12/9/2013 14:19, Ross Finlayson wrote: No, this is not a "critical potential error". It's not even an "error". It is a compiler *warning* (usually given by some old versions of Microsoft's Visual C++ compiler). I don't think VC++ is wholly wrong to warn about this. The object isn't com

Re: [Live-devel] I found a critical potential error in file MatroskaFileParser.cpp

2013-12-09 Thread Ross Finlayson
> I found a critical potential error in file "MatroskaFileParser.cpp", but I > don't know how to inform the author to fix it. The error is in line 29 (the > build of Dec. 5, 2013), the warning like below: > > matroskafileparser.cpp(29): warning C4355: 'this' : used in base member > initializer