ObjFW  Check-in [4a2f61814f]

Overview
Comment:Work around dlsym() API not being valid C

This only silences the compiler. Storing function pointers in void* is
illegal, yet POSIX requires it.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4a2f61814f1ec167a18e7e064047eee0cb46f688dd21c1c14a5be4b80699d39b
User & Date: js on 2014-05-15 15:32:42
Original User & Date: js on 2014-05-15 15:32:43
Other Links: manifest | tags
Context
2014-05-15
15:32
Enable -pedantic check-in: 9c0f66d49d user: js tags: trunk
15:32
Work around dlsym() API not being valid C check-in: 4a2f61814f user: js tags: trunk
15:32
Fix a few instances of signed vs. unsigned check-in: 7f0359ce68 user: js tags: trunk
Changes