ObjFW  Check-in [8349bc4bbe]

Overview
Comment:Check the value of read/write in OFStreamObserver.

Some systems like Ubuntu have libc headers which specify an attribute
that the compiler should issue a warning if the return value is ignored.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 8349bc4bbe0baf3ca50042c050f24ea9196e8be41edfad2e2607f1fc4d431677
User & Date: js on 2011-04-04 23:32:10
Other Links: manifest | tags
Context
2011-04-04
23:32
Remove now useless defines of _GNU_SOURCE. check-in: 93fee7265f user: js tags: trunk
23:32
Check the value of read/write in OFStreamObserver. check-in: 8349bc4bbe user: js tags: trunk
23:31
Use -std=gnu99 instead of -std=c99. c99 gives trouble with glibc. check-in: 70e82fef45 user: js tags: trunk
Changes