if there wasnt so many compiling issues on windows i'd develop for mixxx,
every time ive tried pretty much failed so kinda given up on the idea. Btw i
was under the impression you could do multiple initalizations on the one
line, that means if thats right i have lots of code to fix lol.

On Wed, Nov 10, 2010 at 11:49 PM, Sean M. Pappalardo - D.J. Pegasus <
spappala...@mixxx.org> wrote:

> 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
>
------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to