<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Suspicious cast</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35377/suspicious-cast</link><description>hi support 
 in Mesh Provisioner 
 typedef void (*flash_op_func_t) (void); static void flash_manager_mem_available(void * p_args) { ((flash_op_func_t) p_args)(); / *lint !e611 Suspicious cast */ } 
 
 What is Suspicious cast Means in this Context ???</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Jun 2018 04:11:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35377/suspicious-cast" /><item><title>RE: Suspicious cast</title><link>https://devzone.nordicsemi.com/thread/136030?ContentTypeID=1</link><pubDate>Thu, 14 Jun 2018 04:11:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d114eaec-baab-4abc-8968-370877d8d51d</guid><dc:creator>priya123</dc:creator><description>&lt;p&gt;ok Right Got it&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Suspicious cast</title><link>https://devzone.nordicsemi.com/thread/135914?ContentTypeID=1</link><pubDate>Wed, 13 Jun 2018 11:56:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9cf5ecc-abd9-4444-9153-8e51dc7ea52f</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is a warning that PC-Lint registers, and the developers have then overridden this by adding a PC-lint specific syntax to do so.&lt;/p&gt;
&lt;p&gt;You are taking a void pointer and casting it into a function pointer, and lint just wants to make sure that this is what you intend to do.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>