Fixed some issues raised by eqvinox in pull request.

PR URL: 1b25eae747
This commit is contained in:
Alex Helfet 2017-03-23 04:33:03 +00:00
parent 1b25eae747
commit ef88fd8e9d
3 changed files with 7 additions and 9 deletions

View file

@ -7,7 +7,9 @@
* of the MIT license. See the LICENSE file for details.
*/
#ifdef __GNUC__
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#include "capnp_c.h"