<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body dir="ltr" bgcolor="#ffffff" text="#000000">
Elazar Leibovich wrote:
<blockquote
 cite="mid:2d6bb6c1001112246k5f81d203vc4c720f3d5bfd49e@mail.gmail.com"
 type="cite">
  <div dir="ltr"><br>
  <div class="gmail_quote"><br>
  <div>IIRC the problem was using a different library, and tracing
which problems are yours and which are of the library.</div>
  <div>See for instance this rant&nbsp;<a moz-do-not-send="true"
 href="http://www.mega-nerd.com/erikd/Blog/CodeHacking/house_of_cards.html">http://www.mega-nerd.com/erikd/Blog/CodeHacking/house_of_cards.html</a></div>
  <div>I haven't really got into this, so maybe the suprresion files
does allow you to quickly fix it.</div>
  </div>
  </div>
</blockquote>
The way I see it, a problem in a library you use is still a problem in
your product. This is not really a false positive.<br>
<blockquote
 cite="mid:2d6bb6c1001112246k5f81d203vc4c720f3d5bfd49e@mail.gmail.com"
 type="cite">
  <div dir="ltr">
  <div class="gmail_quote">
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div dir="ltr" bgcolor="#ffffff" text="#000000"><br>
    </div>
  </blockquote>
  <div>It's more complex than that. The code currently work on the
embedded device. This is a mission critical device, so we cannot make
changes to the runtime code without testing it throughly first.</div>
  <div>I try therefor to fix the problem in the emulation level without
touching the actual code. (for instance, overriding a certain
problematic function which used an uninitialized variable, and got away
with it in the embedded device, but not in the desktop, or, replace the
macro which stores a specific memory address (hex number) which is used
by a the code, and is obviously relevant only for the embedded device)</div>
  </div>
  </div>
</blockquote>
I'll repeat it again, and then stop, as I don't want it to become a war.<br>
<br>
The fact it is mission critical is another reason to fix all warnings,
not a reason to ignore them.<br>
<br>
Shachar<br>
<pre class="moz-signature" cols="72">-- 
Shachar Shemesh
Lingnu Open Source Consulting Ltd.
<a class="moz-txt-link-freetext" href="http://www.lingnu.com">http://www.lingnu.com</a>
</pre>
</body>
</html>