<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Dear Cristoph,<br>
    <br>
    It seems that this is just a Warning.<br>
    You are probably compiling with <b>-Werror</b> <br>
    Just don't insert this option while compiling and the build process
    will be fine.<br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 26-03-2016 13:48, Christoph Cullmann
      wrote:<br>
    </div>
    <blockquote
      cite="mid:24931051.248747.1459010939641.JavaMail.zimbra@absint.com"
      type="cite">
      <pre wrap="">Hi,

current clang++ from xcode will refuse to compile libcbc because of:

CoinMessageHandler.cpp:834:26: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security]
            sprintf(messageOut_,format_+2);

guess you want to use their either

sprintf(messageOut_,"%s",format_+2);

or avoid sprintf and just do some other dumb strcopy there.

Greetings
Christoph

</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
==================================================
Haroldo Gambini Santos
D.Sc, Computer Science
Universidade Federal de Ouro Preto
<a class="moz-txt-link-freetext" href="http://www.decom.ufop.br/haroldo/">http://www.decom.ufop.br/haroldo/</a></pre>
  </body>
</html>