<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/irda/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/irda/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 06 Sep 2002 15:39:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/irda/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>gcc 3.2 compiler</title><link>https://sourceforge.net/p/irda/support-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;following message does appear while compiling with gcc&lt;br /&gt;
3.2 :&lt;/p&gt;
&lt;p&gt;netbuf.c:152: warning: concatenation of string literals&lt;br /&gt;
with __FUNCTION__ is deprecated&lt;/p&gt;
&lt;p&gt;according to gcc :&lt;/p&gt;
&lt;p&gt;Note that these semantics are deprecated, and that&lt;br /&gt;
GCC 3.2 will&lt;br /&gt;
handle `__FUNCTION__' and `__PRETTY_FUNCTION__' the&lt;br /&gt;
same way as&lt;br /&gt;
`__func__'.  `__func__' is defined by the ISO standard C99:&lt;/p&gt;
&lt;p&gt;The identifier `__func__' is implicitly declared by&lt;br /&gt;
the translator&lt;br /&gt;
as if, immediately following the opening brace of&lt;br /&gt;
each function&lt;br /&gt;
definition, the declaration&lt;br /&gt;
static const char __func__[] = &amp;amp;quot;function-name&amp;amp;quot;;&lt;br /&gt;
appeared, where function-name is the name of&lt;br /&gt;
the lexically-enclosing&lt;br /&gt;
function.  This name is the unadorned name of the&lt;br /&gt;
function. &lt;/p&gt;
&lt;p&gt;Maybe,  should replace&lt;/p&gt;
&lt;p&gt;g_print(__FUNCTION__ &amp;amp;quot;(), put over, trying to realloc&lt;br /&gt;
...!\n&amp;amp;quot;);&lt;/p&gt;
&lt;p&gt;by&lt;/p&gt;
&lt;p&gt;g_print(&amp;amp;quot;%s(), put over, trying to realloc ...!\n&amp;amp;quot;,&lt;br /&gt;
__func__);&lt;/p&gt;
&lt;p&gt;This error does appear in irlmp.c, irkbd.c and netbuf.c&lt;/p&gt;
&lt;p&gt;raulet@enib.fr, Mantis.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 06 Sep 2002 15:39:26 -0000</pubDate><guid>https://sourceforge.net858f041c3e43cd8948a6462ac362ff21449b22bd</guid></item><item><title>TIR-2000</title><link>https://sourceforge.net/p/irda/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;What's the status of TIR-2000 driver? Where can I get &lt;br /&gt;
current source code of the driver? &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 23 May 2001 19:05:49 -0000</pubDate><guid>https://sourceforge.netc408ff452277dd027be8964968731d52c1e6f624</guid></item></channel></rss>