Twuk / eid-mw

Automatically exported from code.google.com/p/eid-mw
0 stars 0 forks source link

Severe warnings which indicate that it may exhibit random runtime failures #117

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version eid-mw : 4.0.4-1253_tcm406-178475 on Gentoo Linux

First severe warning :
* src/dialogsgtk/parent.c:12:9: warning: incompatible implicit declaration of 
built-in function ‘snprintf’ [enabled by default]

It seems that these warnings have appeared after glibc update (currently 
version 2.17). This warning does not appear with glibc 2.15.

Second severe warning :
* src/thread.cpp:46:17: warning: converting to non-pointer type 'beid_thread_id 
{aka long unsigned int}' from NULL [-Wconversion-null]

Original issue reported on code.google.com by vincent.hardy.be@gmail.com on 9 Mar 2014 at 5:36

GoogleCodeExporter commented 9 years ago
Hi Vincent,

The first was a case of a missing include file; the second was an implicit 
platform-specific conversion of NULL to 0. Neither should have had any runtime 
impact, though.

Both should be fixed by revision 1525.

Original comment by wouter.v...@fedict.be on 9 Jul 2014 at 12:36