Menu

#20 remove dead code in dispatcher.h

Unstable_(example)
open
nobody
None
1
2019-04-04
2019-04-04
No

The #ifndef DBUS_HAS_RECURSIVE_MUTEX branch in dispatcher.h doesn't build because the MutexFn prototypes it declares (which return bool) conflict with their actual implementations (which return void) . I chose to simply remove this code and require recursive mutex support in dbus, which should be the norm nowadays. Patch attached.

1 Attachments

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.