diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-11 11:43:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-11 11:43:56 +0200 |
commit | 364159d8d024a783db44cb0a5b81e94f87f10ef4 (patch) | |
tree | 13957fc08c5a28392c767ae8baa611f8c2e7affc /libbuild2/cc/compile-rule.hxx | |
parent | acb473ae6b6c9edc066b12ff0b16d47156daac0e (diff) |
Defer unknown header failure to compiler diagnostics
Diffstat (limited to 'libbuild2/cc/compile-rule.hxx')
-rw-r--r-- | libbuild2/cc/compile-rule.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/compile-rule.hxx b/libbuild2/cc/compile-rule.hxx index 4ee0725..051b2e3 100644 --- a/libbuild2/cc/compile-rule.hxx +++ b/libbuild2/cc/compile-rule.hxx @@ -125,7 +125,7 @@ namespace build2 optional<prefix_map>&, srcout_map&) const; optional<bool> - inject_header (action, file&, const file&, bool, timestamp) const; + inject_header (action, file&, const file&, timestamp, bool) const; pair<auto_rmfile, bool> extract_headers (action, const scope&, file&, linfo, |