Update autogenerated files
Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
79d6035e3f
commit
632f0d73a1
6 changed files with 1307 additions and 76 deletions
|
|
@ -7,6 +7,14 @@
|
|||
#error "version mismatch between capnp_c.h and generated code"
|
||||
#endif
|
||||
|
||||
#ifndef capnp_nowarn
|
||||
# ifdef __GNUC__
|
||||
# define capnp_nowarn __extension__
|
||||
# else
|
||||
# define capnp_nowarn
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue