aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Eigen/src/StlSupport/StdDeque.h1
-rw-r--r--Eigen/src/StlSupport/StdVector.h1
-rw-r--r--test/CMakeLists.txt1
3 files changed, 0 insertions, 3 deletions
diff --git a/Eigen/src/StlSupport/StdDeque.h b/Eigen/src/StlSupport/StdDeque.h
index 324737b38..6f12c106d 100644
--- a/Eigen/src/StlSupport/StdDeque.h
+++ b/Eigen/src/StlSupport/StdDeque.h
@@ -104,7 +104,6 @@ namespace std {
{ resize(new_size, T()); }
#if defined(_DEQUE_)
- #pragma message("old method")
// workaround MSVC std::deque implementation
void resize(size_type new_size, const value_type& x)
{
diff --git a/Eigen/src/StlSupport/StdVector.h b/Eigen/src/StlSupport/StdVector.h
index a1d1391a6..9786bac34 100644
--- a/Eigen/src/StlSupport/StdVector.h
+++ b/Eigen/src/StlSupport/StdVector.h
@@ -104,7 +104,6 @@ namespace std {
{ resize(new_size, T()); }
#if defined(_VECTOR_)
- #pragma message("old method")
// workaround MSVC std::vector implementation
void resize(size_type new_size, const value_type& x)
{
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 7af5b531f..95115e9d5 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -19,7 +19,6 @@ endif(GSL_FOUND)
option(EIGEN_TEST_NOQT "Disable Qt support in unit tests" OFF)
if(NOT EIGEN_TEST_NOQT)
- message("----------------> find qt")
find_package(Qt4)
endif(NOT EIGEN_TEST_NOQT)
if(EIGEN_TEST_NOQT AND QT4_FOUND)