From 5c186f901ea7d1b09ab551a3fd2a6c1fd2426d59 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 20 Jun 2017 20:33:52 +0300 Subject: Add support for build configuration warning-detecting regexes --- libbbot/build-config.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libbbot/build-config.hxx') diff --git a/libbbot/build-config.hxx b/libbbot/build-config.hxx index 2e96e03..363b889 100644 --- a/libbbot/build-config.hxx +++ b/libbbot/build-config.hxx @@ -30,6 +30,10 @@ namespace bbot butl::optional target; std::vector vars; + + // Warning-detecting regular expressions. + // + std::vector warning_regexes; }; using build_configs = std::vector; @@ -39,7 +43,7 @@ namespace bbot // // buildtab consists of lines in the following format: // - // [] [] + // [] [] [] // using butl::tab_parsing; -- cgit v1.1