ObjFW  Check-in [1b60fffb9d]

Overview
Comment:Don't check for -fgnu89-inline when using Clang.

Clang 2.9 accepts it, even with -Werror, but always issues a warning
that it will ignore it.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1b60fffb9d4733523476ae47b66537169d56ba9a7176c702eddaa29d77e996ec
User & Date: js on 2011-12-24 19:28:37
Other Links: manifest | tags
Context
2011-12-26
16:24
Fix exception handling in of_asprintf. check-in: fa81b2657c user: js tags: trunk
2011-12-24
19:28
Don't check for -fgnu89-inline when using Clang. check-in: 1b60fffb9d user: js tags: trunk
2011-12-23
03:07
Add an uncaught exception handler for the Apple & new GNU runtime. check-in: 40c0aba35e user: js tags: trunk
Changes