<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">You can ignore these for now, unless
      you run into further issues.  It may be a good idea to also update
      and recompile adlb and turbine.<br>
      <br>
      I enabled an additional compiler warning for implicit conversions,
      and fixed all the warnings that cropped up on my machines, but it
      appears you are getting some additional ones. What version of gcc
      are you using? <br>
      <br>
      - Tim<br>
      <br>
      <br>
      On 4/25/2013 10:18 AM, Scott Krieder wrote:<br>
    </div>
    <blockquote
cite="mid:CABp7gVwA4ajmNDXkO8yTAQioZ9sh27J5t=ZrzFauhx6ZEgFshg@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <div dir="ltr">Hi Tim,
        <div><br>
        </div>
        <div>I noticed that when installing c-utils from the latest svn
          version it gives several warnings.</div>
        <div><br>
        </div>
        <div style="">I did do a make clean, and my uname -a gives:</div>
        <div style="">
          Linux skrieder 2.6.32-43-generic #97-Ubuntu SMP Wed Sep 5
          16:42:26 UTC 2012 x86_64 GNU/Linux</div>
        <div><br>
        </div>
        <div>Here is what make produces:</div>
        <div>
          <div>make</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/list_d.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/log.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/list_ip.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/reader.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/list_i.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/list2.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/list_l.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/table_ip.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/tree.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/version.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/lookup3.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/table.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/exm-string.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/tools.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/list_sp.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/c-utils.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/memory.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/list.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/list_lp.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/rbtree.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/table_lp.d</div>
          <div>  DEP<span class="" style="white-space:pre"> </span>src/profile.d</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/profile.o</div>
          <div>src/profile.c: In function ‘profile_entry’:</div>
          <div>src/profile.c:64: warning: passing argument 3 of
            ‘__builtin_strncpy’ with different width due to prototype</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/table_lp.o</div>
          <div>src/table_lp.c: In function ‘table_lp_dump’:</div>
          <div>src/table_lp.c:169: warning: passing argument 2 of
            ‘list_lp_tostring’ with different width due to prototype</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/rbtree.o</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/list_lp.o</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/list.o</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/memory.o</div>
          <div>src/memory.c: In function ‘mm_create’:</div>
          <div>src/memory.c:86: warning: passing argument 2 of ‘strnlen’
            with different width due to prototype</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/c-utils.o</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/list_sp.o</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/tools.o</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/exm-string.o</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/table.o</div>
          <div>src/table.c: In function ‘table_dump’:</div>
          <div>src/table.c:211: warning: passing argument 2 of
            ‘list_sp_tostring’ with different width due to prototype</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/lookup3.o</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/version.o</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/tree.o</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/table_ip.o</div>
          <div>src/table_ip.c: In function ‘table_ip_dump’:</div>
          <div>src/table_ip.c:136: warning: passing argument 2 of
            ‘list_ip_snprintf’ with different width due to prototype</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/list_l.o</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/list2.o</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/list_i.o</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/reader.o</div>
          <div>src/reader.c: In function ‘reader_read’:</div>
          <div>src/reader.c:88: warning: passing argument 2 of ‘fread’
            with different width due to prototype</div>
          <div>src/reader.c:99: warning: passing argument 2 of
            ‘table_lp_add’ with different width due to prototype</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/list_ip.o</div>
          <div>src/list_ip.c: In function ‘list_ip_snprintf’:</div>
          <div>src/list_ip.c:597: warning: passing argument 2 of
            ‘snprintf’ with different width due to prototype</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/log.o</div>
          <div>src/log.c: In function ‘log_printf’:</div>
          <div>src/log.c:95: warning: passing argument 2 of ‘vsnprintf’
            with different width due to prototype</div>
          <div>  CC<span class="" style="white-space:pre"> </span>src/list_d.o</div>
          <div>  LINK<span class="" style="white-space:pre"> </span>lib/libexmcutils.so</div>
          <div><br>
          </div>
          <div><br>
          </div>
          -- <br>
          <font face="Times" size="3">Scott J. Krieder<br>
          </font>
          <div>
            <div><font face="Times" size="3">C: 419-685-0410<br>
              </font>
              <div><font face="Times" size="3">E: <a
                    moz-do-not-send="true"
                    href="mailto:skrieder@iit.edu" target="_blank"
                    onclick="window.open('https://mail.google.com/mail/?view=cm&tf=1&to=skrieder@iit.edu&cc=&bcc=&su=&body=','_blank','location=yes,menubar=yes,resizable=yes,width=800,height=600');return
                    false;">skrieder@iit.edu</a><br>
                </font>
                <div><font face="Times" size="3"><a
                      moz-do-not-send="true"
                      href="http://datasys.cs.iit.edu/%7Eskrieder/"
                      target="_blank">http://datasys.cs.iit.edu/~skrieder/</a></font></div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>