<?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>CodeWarrior Development ToolsのトピックHow do you add the following warning removal to my compile operation: -Wno-unknown-pragmas</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-do-you-add-the-following-warning-removal-to-my-compile/m-p/313762#M905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 100s of the following warnings showing up when I build my code and I would like to remove them:&lt;/P&gt;&lt;P&gt;C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/EWL_C/include/ctime:45:0: warning: ignoring #pragma options align [-Wunknown-pragmas]&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe this can be done with the following compile directive:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN class="pln"&gt;&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Wno&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;unknown&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;pragmas&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln"&gt;But I cannot figure out with CodeWarrior 10.6 where to apply it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln"&gt;Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jun 2014 15:33:30 GMT</pubDate>
    <dc:creator>terrybiberdorf</dc:creator>
    <dc:date>2014-06-03T15:33:30Z</dc:date>
    <item>
      <title>How do you add the following warning removal to my compile operation: -Wno-unknown-pragmas</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-do-you-add-the-following-warning-removal-to-my-compile/m-p/313762#M905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 100s of the following warnings showing up when I build my code and I would like to remove them:&lt;/P&gt;&lt;P&gt;C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/EWL_C/include/ctime:45:0: warning: ignoring #pragma options align [-Wunknown-pragmas]&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe this can be done with the following compile directive:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN class="pln"&gt;&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Wno&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;unknown&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;pragmas&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln"&gt;But I cannot figure out with CodeWarrior 10.6 where to apply it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln"&gt;Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 15:33:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-do-you-add-the-following-warning-removal-to-my-compile/m-p/313762#M905</guid>
      <dc:creator>terrybiberdorf</dc:creator>
      <dc:date>2014-06-03T15:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do you add the following warning removal to my compile operation: -Wno-unknown-pragmas</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-do-you-add-the-following-warning-removal-to-my-compile/m-p/313763#M906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In CodeWarrior 10.6 you can go to project settings (select the project folder, right-click , Properties)and then select Settings.&lt;/P&gt;&lt;P&gt;After that select “StarCore 3900 C/C++ Compiler/Compiler/Warnings/Compiler Front End Messages” and you will see an Invalid Pragmas option, you can&lt;/P&gt;&lt;P&gt;change the default into what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Catalin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 08:29:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-do-you-add-the-following-warning-removal-to-my-compile/m-p/313763#M906</guid>
      <dc:creator>catalindemergia</dc:creator>
      <dc:date>2014-06-04T08:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do you add the following warning removal to my compile operation: -Wno-unknown-pragmas</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-do-you-add-the-following-warning-removal-to-my-compile/m-p/313764#M907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found the solution.&amp;nbsp; I placed my &lt;CODE&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Wno&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;unknown&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;pragmas in the Command line pattern: box.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/44347i0E59AFFCF4C3ECFD/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 14:04:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-do-you-add-the-following-warning-removal-to-my-compile/m-p/313764#M907</guid>
      <dc:creator>terrybiberdorf</dc:creator>
      <dc:date>2014-06-04T14:04:18Z</dc:date>
    </item>
  </channel>
</rss>

