c-capnproto/lib
Theo Hill 7b7346a73c lib: make buf arg const in write_fd pointer
For capn_write_fd() the write() function would be ideal to pass as
write_fd, but write() has type ssize_t (*)(int, const void *, size_t),
whereas write_fd expects ssize_t (*)(int, void *, size_t). Passing
write() directly with GCC 5.4 causes a warning
-Wincompatible-pointer-types (on by default).
2016-08-06 17:42:19 -07:00
..
capn-list.inc rename to "[lib]capnp_c", use lib/ subdir 2016-03-19 00:39:29 +01:00
capn-malloc.c lib: make buf arg const in write_fd pointer 2016-08-06 17:42:19 -07:00
capn-stream.c lib: make capn_{de,in}flate + capn_stream private 2016-06-27 16:06:02 +02:00
capn.c Define default value for char *e 2016-05-11 09:58:42 -07:00
capnp_c.h lib: make buf arg const in write_fd pointer 2016-08-06 17:42:19 -07:00
capnp_priv.h lib: make capn_{de,in}flate + capn_stream private 2016-06-27 16:06:02 +02:00