From 137bb51e200517c40e4863d9d45dd31c5bf90967 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 28 Jan 2016 00:25:10 -0700 Subject: parseh: add --c-import-warnings option --- src/analyze.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/analyze.cpp') diff --git a/src/analyze.cpp b/src/analyze.cpp index 6df6c8baed..e0519cdc10 100644 --- a/src/analyze.cpp +++ b/src/analyze.cpp @@ -1069,7 +1069,7 @@ static void resolve_c_import_decl(CodeGen *g, ImportTableEntry *parent_import, A int err; if ((err = parse_h_buf(child_import, &errors, child_context->c_import_buf, g->clang_argv, g->clang_argv_len, - buf_ptr(g->libc_include_path)))) + buf_ptr(g->libc_include_path), false))) { zig_panic("unable to parse h file: %s\n", err_str(err)); } -- cgit v1.2.3