Fix compiler warnings and errors in GCC.

This commit is contained in:
Alex Helfet 2017-03-22 17:40:05 +00:00
parent 462f6eb9a8
commit 0be620602a
3 changed files with 27 additions and 4 deletions

View file

@ -7,6 +7,8 @@
* of the MIT license. See the LICENSE file for details.
*/
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#include "capnp_c.h"
#include <stdlib.h>