commit | 494a88685ee995b34da0f3b79a68fa06c0ee63ff | [log] [tgz] |
---|---|---|
author | Hauke Heibel <hauke.heibel@gmail.com> | Fri Dec 11 19:39:01 2009 +0100 |
committer | Hauke Heibel <hauke.heibel@gmail.com> | Fri Dec 11 19:39:01 2009 +0100 |
tree | f2e15f8e4c4003ae9d4203d83de651a7ab7914ab | |
parent | 9a8c16810be4e4859152789e125fbbcce6c0aeb3 [diff] [blame] |
Fixed the bad fix - now the unsupported examples and snippets work on windows.
diff --git a/doc/snippets/MatrixBase_extract.cpp b/doc/snippets/MatrixBase_extract.cpp index a5ccd75..c96220f 100644 --- a/doc/snippets/MatrixBase_extract.cpp +++ b/doc/snippets/MatrixBase_extract.cpp
@@ -1,4 +1,6 @@ -#warning deprecated +#ifndef _MSC_VER + #warning deprecated +#endif /* deprecated Matrix3i m = Matrix3i::Random(); cout << "Here is the matrix m:" << endl << m << endl;