<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Dec 12, 2015 at 3:09 PM, William Bader <span dir="ltr"><<a href="mailto:williambader@hotmail.com" target="_blank">williambader@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr"><br><br><div><hr>From: <a href="mailto:owen.cook@gmx.com" target="_blank">owen.cook@gmx.com</a><br>To: <a href="mailto:scribus-dev@lists.scribus.net" target="_blank">scribus-dev@lists.scribus.net</a><br>Date: Fri, 11 Dec 2015 21:01:17 +0100<br>Subject: Re: [scribus-dev] Can please someone teach me how to fix the current compiler/build warnings<span class=""><br><br>
  
  I think if you read man gcc, you will find the option Wall (all warnings) that if turned off will  remove those warnings.<br>
<br>
Have you tried searching Google for "cmake turn off warnings"<br>
<br>
Still intrigued as to why you want to do this.<br>
<br>
<br>
Owen<br>
--</span></div><div><br></div></div></div></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div dir="ltr"><div></div><div>The best option, though, is changing the code not to get the warnings. Even if a warning is not really a problem, like a warning about a possibly uninitialized variable that you can verify is initialized whenever it is used, the warnings can indicate code that is brittle or that requires extra effort from other people who review the code.</div><div><br></div><div><br></div><div>For my personal development, I set a high warning level and try to design my code not to get any warnings during builds.  If you get too many warnings, you tend to ignore them, and then it is easy to miss real warnings in the stream of expected warnings.  Warnings can also confuse other people trying to build your code who don't know what is normal and what is really a problem.</div><div><br></div><div><br></div><div>Regards, William</div><div><br></div></div></div></blockquote><div><br></div><div>William, </div><div>Your POV makes sense to me. Even if it's a super inane warning, I'm happy to learn how to fix it. </div><div><br></div><div>/Kunda</div></div></div></div>