From: SourceForge.net <no...@so...> - 2012-10-04 06:39:03
|
Tracker item #3574402, was opened at 2012-10-03 23:39 Message generated for change (Tracker Item Submitted) made by alpha7 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3574402&group_id=204462 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: libraries Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Michael Tautschnig (alpha7) Assigned to: Nobody/Anonymous (nobody) Summary: Conflicting declarations of MXUserTryAcquireForceFail Initial Comment: Hi, While building your package using our research compiler infrastructure we noticed the following conflicting declarations: lib/lock/ulInt.h:499: extern Bool (*MXUserTryAcquireForceFail)(const char *name); lib/lock/ul.c:30:Bool (*MXUserTryAcquireForceFail)() = NULL; Likely the missing "const char*" in the actual definition does not cause practical trouble, but in principle permits undefined behaviour. Best, Michael ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3574402&group_id=204462 |