<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Suggestion for improvement for FreeMASTER (const pointer) in FreeMASTER</title>
    <link>https://community.nxp.com/t5/FreeMASTER/Suggestion-for-improvement-for-FreeMASTER-const-pointer/m-p/1542651#M1188</link>
    <description>&lt;P&gt;The variable name in the struct FMSTR_REV_BUFF is a pointer to FMSTR_CHAR (FMSTR_CHAR *name). So, some compilers issue a warning in the following lines:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;FMSTR_REC_BUFF recCfg;
recCfg.name = "My Recorder";&lt;/LI-CODE&gt;&lt;P&gt;I have checked the code and it is possible to change the variable to&lt;/P&gt;&lt;LI-CODE lang="c"&gt;const FMSTR_CHAR *name;&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 24 Oct 2022 10:41:26 GMT</pubDate>
    <dc:creator>hkro</dc:creator>
    <dc:date>2022-10-24T10:41:26Z</dc:date>
    <item>
      <title>Suggestion for improvement for FreeMASTER (const pointer)</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Suggestion-for-improvement-for-FreeMASTER-const-pointer/m-p/1542651#M1188</link>
      <description>&lt;P&gt;The variable name in the struct FMSTR_REV_BUFF is a pointer to FMSTR_CHAR (FMSTR_CHAR *name). So, some compilers issue a warning in the following lines:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;FMSTR_REC_BUFF recCfg;
recCfg.name = "My Recorder";&lt;/LI-CODE&gt;&lt;P&gt;I have checked the code and it is possible to change the variable to&lt;/P&gt;&lt;LI-CODE lang="c"&gt;const FMSTR_CHAR *name;&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 24 Oct 2022 10:41:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Suggestion-for-improvement-for-FreeMASTER-const-pointer/m-p/1542651#M1188</guid>
      <dc:creator>hkro</dc:creator>
      <dc:date>2022-10-24T10:41:26Z</dc:date>
    </item>
  </channel>
</rss>

