ObjFW  Check-in [72af773f72]

Overview
Comment:Fix warnings on Leopard in OFConstString.
As there are no warnings anymore, reintroduce -Werror.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 72af773f72d806467bb88ce9f25977e45592ec17c7325cc587f07c0daae41238
User & Date: js on 2009-04-10 00:52:40
Other Links: manifest | tags
Context
2009-04-10
01:04
Too much was changed here from uint8_t to char. Fixed. check-in: e08efd62c2 user: js tags: trunk
00:52
Fix warnings on Leopard in OFConstString.
As there are no warnings anymore, reintroduce -Werror.
check-in: 72af773f72 user: js tags: trunk
2009-04-09
13:55
Use char* instead of uint8_t* for OFStreams and OFHashes.
This way, less casts are needed when using C libraries.
check-in: 722b6213c0 user: js tags: trunk
Changes