<?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 Turn off compiler warnings in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Turn-off-compiler-warnings/m-p/460598#M12653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using CodeWarrior 10.6 for ColdFire. I am wondering if there is a way to turn off specific warning either by command line option or by means of pragmas. The pragma warning doesn't seem to do the work. Is there something I missed, or there is no way to turn off specific warning with Freescale compiler for ColdFire?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Mar 2016 06:24:50 GMT</pubDate>
    <dc:creator>michaelkaufman</dc:creator>
    <dc:date>2016-03-31T06:24:50Z</dc:date>
    <item>
      <title>Turn off compiler warnings</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Turn-off-compiler-warnings/m-p/460598#M12653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using CodeWarrior 10.6 for ColdFire. I am wondering if there is a way to turn off specific warning either by command line option or by means of pragmas. The pragma warning doesn't seem to do the work. Is there something I missed, or there is no way to turn off specific warning with Freescale compiler for ColdFire?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 06:24:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Turn-off-compiler-warnings/m-p/460598#M12653</guid>
      <dc:creator>michaelkaufman</dc:creator>
      <dc:date>2016-03-31T06:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Turn off compiler warnings</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Turn-off-compiler-warnings/m-p/460599#M12654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be a CodeWarrior question more than one specific to the ColdFire parts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you searched the CodeWarrior forums? Something like this may help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-thread-small" data-containerid="2028" data-containertype="14" data-objectid="381951" data-objecttype="1" href="https://community.freescale.com/thread/381951#comment-597627"&gt;https://community.freescale.com/message/597627#comment-597627&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 06:37:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Turn-off-compiler-warnings/m-p/460599#M12654</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2016-04-01T06:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Turn off compiler warnings</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Turn-off-compiler-warnings/m-p/460600#M12655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;H1&gt;&lt;SPAN style="font-size: 10pt;"&gt;Yes, You can use “#pragma OPTION: Additional Options” to "partial " of &lt;SPAN class="&amp;amp;quothighlight&amp;quot;"&gt;Compiler&lt;/SPAN&gt; throughout code.&lt;BR /&gt; &lt;BR /&gt; Syntax&lt;BR /&gt; #pragma OPTION ADD [&amp;lt;Handle&amp;gt;] "&amp;lt;Option&amp;gt;"&lt;BR /&gt; #pragma OPTION DEL &amp;lt;Handle&amp;gt;&lt;BR /&gt; #pragma OPTION DEL ALL&lt;BR /&gt; &lt;BR /&gt; Description&lt;BR /&gt; Options are added inside of the source code while compiling a file.&lt;BR /&gt; The options given on the command line or in a configuration file cannot be changed in any way.&lt;BR /&gt; Additional options are added to the current ones with the ADD command. A handle may be given optionally.&lt;BR /&gt; The DEL command either removes all options with a specific handle. It also uses the ALL keyword to remove all added options regardless if they have a handle or not. Note that you only can remove options which were added previously with the OPTION ADD pragma.&lt;BR /&gt; All keywords and the handle are case-sensitive.&lt;BR /&gt; &lt;/SPAN&gt;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 08:01:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Turn-off-compiler-warnings/m-p/460600#M12655</guid>
      <dc:creator>miduo</dc:creator>
      <dc:date>2016-04-01T08:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Turn off compiler warnings</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Turn-off-compiler-warnings/m-p/460601#M12656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fang,&lt;/P&gt;&lt;P&gt;Pragma option doesn't seem to be supported by ColdFire compiler (gives "(10186) illegal #pragma" warning). Also there is no option for switching off specific warning as far as I understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 07:49:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Turn-off-compiler-warnings/m-p/460601#M12656</guid>
      <dc:creator>michaelkaufman</dc:creator>
      <dc:date>2016-04-03T07:49:25Z</dc:date>
    </item>
  </channel>
</rss>

