diff --git a/indexer/tesselator.cpp b/indexer/tesselator.cpp index 46547f6d6f..8c25e241c4 100644 --- a/indexer/tesselator.cpp +++ b/indexer/tesselator.cpp @@ -248,7 +248,7 @@ namespace tesselator }; void TrianglesInfo::ListInfo::MakeTrianglesChain( - PointsInfo const & points, iter_t start, vector & chain, bool goodOrder) const + PointsInfo const & points, iter_t start, vector & chain, bool /*goodOrder*/) const { //if (goodOrder) MakeTrianglesChainImpl(points, start, chain); diff --git a/omim_light.pro b/omim_light.pro index 0bbba5f012..8d32e0e0d3 100644 --- a/omim_light.pro +++ b/omim_light.pro @@ -17,7 +17,7 @@ SUBDIRS = \ indexer/indexer_tests \ map/map_tests \ indexer/indexer_tool \ -# yg/yg_tests \ + yg/yg_tests \ qt }