From b104b563ce3592a22603696a7b9860ced819b5e4 Mon Sep 17 00:00:00 2001 From: vng Date: Wed, 9 Feb 2011 00:59:51 +0200 Subject: [PATCH] Minor fixes. --- indexer/tesselator.cpp | 2 +- omim_light.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }