aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/tree-size-processor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/hybrid/tree-size-processor.hxx')
-rw-r--r--xsde/cxx/hybrid/tree-size-processor.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/xsde/cxx/hybrid/tree-size-processor.hxx b/xsde/cxx/hybrid/tree-size-processor.hxx
index d9257a1..d82364f 100644
--- a/xsde/cxx/hybrid/tree-size-processor.hxx
+++ b/xsde/cxx/hybrid/tree-size-processor.hxx
@@ -12,6 +12,8 @@
#include <cxx/hybrid/cli.hxx>
+#include <xsde.hxx>
+
namespace CXX
{
namespace Hybrid
@@ -24,7 +26,8 @@ namespace CXX
Boolean
process (CLI::Options const& options,
XSDFrontend::SemanticGraph::Schema&,
- XSDFrontend::SemanticGraph::Path const& file);
+ XSDFrontend::SemanticGraph::Path const& file,
+ const WarningSet& disabled_warnings);
};
}
}