X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanalyzer.h;h=5827480cdd913765a7353e73a97068d20b6f4f27;hb=d1f9551e05c9d341149eb490e05b1465d3d6b711;hp=4c9e14641a2fc02af7be622836997804d1c0f3fe;hpb=aa053d637e8259755af7d2e4b510a242f4d29c7b;p=builder.git diff --git a/source/analyzer.h b/source/analyzer.h index 4c9e146..5827480 100644 --- a/source/analyzer.h +++ b/source/analyzer.h @@ -27,10 +27,10 @@ private: using TableRow = std::vector; Builder &builder; - Mode mode; + Mode mode = DEPS; std::vector table; - unsigned max_depth; - bool full_paths; + unsigned max_depth = 0; + bool full_paths = false; std::map > rdepends; public: