ObjFW  Check-in [c74cbb9d07]

Overview
Comment:Use -Werror=deprecated for the readdir_r check

Otherwise, we'll just get the deprecation warning and use it anyway,
which then fails during build due to -Werror.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c74cbb9d079c1b9c9ec7c1643811dfad1facd6627d9f8fcfd3140648daaf3f1f
User & Date: js on 2016-12-25 00:53:54
Other Links: manifest | tags
Context
2017-01-06
23:42
Several minor style fixes check-in: ae340607fd user: js tags: trunk
2016-12-25
00:53
Use -Werror=deprecated for the readdir_r check check-in: c74cbb9d07 user: js tags: trunk
2016-12-21
16:22
Make the readdir_r check an AC_TRY_COMPILE check check-in: 26971c2ea9 user: js tags: trunk
Changes