Hello again all.

I ran into a snag today when I did    bool vara, varb = false; 
thinking they'd both be initialized to false when really b was but a was 
undefined, causing problems later.

A quick ask in ##c++ and they told me:
  -Wall is only -Wsome; it leaves out many warnings. To really get a lot 
of warnings, you should use '-Wall -Wextra -std=c++98 -pedantic' or 
'-Wall -Wextra -std=c++0x -pedantic'

So I wanted to suggest investigating adding those options. Perhaps one 
will help us avoid some of the compile problems we see only on Windows 
as well?

Sincerely,
Sean M. Pappalardo
"D.J. Pegasus"
Mixxx Developer - Controller Specialist

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to