On 10/04/2011 11:12 AM, Andre Poenitz wrote:
On Sun, Apr 10, 2011 at 10:31:47AM -0400, Richard Heck wrote:
On 04/09/2011 06:46 PM, Julien Rioux wrote:
I always saw those two warnings (paraphrased):
Lexer.cpp:197 may be used uninitialized
void Lexer::Pimpl::verifyTable()
{
// [...]
On Sun, Apr 10, 2011 at 10:31:47AM -0400, Richard Heck wrote:
> On 04/09/2011 06:46 PM, Julien Rioux wrote:
> >I always saw those two warnings (paraphrased):
> >Lexer.cpp:197 may be used uninitialized
void Lexer::Pimpl::verifyTable()
{
// [...]
if (table <- this line?
On 04/09/2011 06:46 PM, Julien Rioux wrote:
I always saw those two warnings (paraphrased):
Lexer.cpp:197 may be used uninitialized
Server.cpp:1018 ignoring return value of write(...)
The Lexer one has been there forever. I'm not sure why we get it, and
I'm certainly not sure why removing the a
I always saw those two warnings (paraphrased):
Lexer.cpp:197 may be used uninitialized
Server.cpp:1018 ignoring return value of write(...)
I have looked into these two warnings to learn a bit more on cpp.
For the first one, I could remove the warning by removing the anonymous
namespace, but I