ObjFW  Check-in [0c87d8f53b]

Overview
Comment:Use -Wno-objc-root-class if available.

clang introduced a warning for creating a new root class, as this is
most likely in error. However, creating a new root class is exactly what
we want.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0c87d8f53b3246df3777efdee36881d6155d0b339dc7b9da1f41a6b0f45e1ca0
User & Date: js on 2012-08-05 12:17:31
Other Links: manifest | tags
Context
2012-08-05
16:52
Fix a possible race condition in initialize_class. check-in: 8f02ff02dc user: js tags: trunk
12:17
Use -Wno-objc-root-class if available. check-in: 0c87d8f53b user: js tags: trunk
10:45
runtime: Rewrite synchronized.m. check-in: f65ad67272 user: js tags: trunk
Changes