ObjFW  Check-in [c23578f03f]

Overview
Comment:Check all -W flags with -Werror.

This is necessary as unknown flags are accepted by Clang, but issue a
warning and thus configure thinks they are accepted. However, with
-Werror later, the warning about the flag becomes an error and
compilation fails.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c23578f03f51f846e923eb75194e069551a5f0833f4afafacc91dc0457266fbe
User & Date: js on 2013-07-03 21:29:51
Other Links: manifest | tags
Context
2013-07-04
13:59
Remove useless barriers. check-in: 0fea69d149 user: js tags: trunk
2013-07-03
21:29
Check all -W flags with -Werror. check-in: c23578f03f user: js tags: trunk
2013-07-01
20:45
Update buildsys. check-in: 97cabd4a82 user: js tags: trunk
Changes