<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000066">
    <font face="Courier New, Courier, monospace">Hello;<br>
      Â Â Â  There is a gcc warning for t_cancel.c at 46 line.-centos 6.6
      -2.6.32-504.23.4.el6.x86_64<br>
      <br>
      <br>
      t_cancel.c:46: warning: missing braces around initializer<br>
      t_cancel.c:46: warning: (near initialization for
      Ã¢_cancel_reason_map[0]â)<br>
      <br>
      <br>
      i changed code to  like below but couldn't fixed<br>
      <br>
      <br>
      ------------------------------------------------<br>
      typedef struct cancel_reason_map {<br>
      Â Â Â  int code;<br>
      Â Â Â  str text;<br>
      } cancel_reason_map_t;<br>
      <br>
      static cancel_reason_map_t _cancel_reason_map[] = {<br>
      Â Â Â  {200, str_init("Answered elsewhere")},<br>
      Â Â Â  {0, 0}<br>
      };<br>
      ------------------------------------------------<br>
      <br>
      t_cancel.c:47: warning: missing braces around initializer<br>
      t_cancel.c:47: warning: (near initialization for
      Ã¢_cancel_reason_map[1].textâ)<br>
      <br>
    </font>
    <div class="moz-signature">-- <br>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <title></title>
      <div align="left">
        <div style="width:300px;" align="left">
          <a href="http://www.netgsm.com.tr" target="_blank">
            <img src="cid:part1.09040207.02070704@netgsm.com.tr"
              alt"netgsm"="" border="0">
          </a>
        </div>
      </div>
    </div>
  </body>
</html>