From 252e0c45b26768f8f88cb10b43a79494870c4980 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Wed, 27 Aug 2008 06:43:42 +0000 Subject: * missing cmake make_directory command * show svn revision number if available * fix warnings about unused argc/argv Gael: I just saw your latest docs, it's completely awesome. --- doc/examples/Tutorial_simple_example_fixed_size.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/examples/Tutorial_simple_example_fixed_size.cpp') diff --git a/doc/examples/Tutorial_simple_example_fixed_size.cpp b/doc/examples/Tutorial_simple_example_fixed_size.cpp index e3691d83a..6dd7ebf90 100644 --- a/doc/examples/Tutorial_simple_example_fixed_size.cpp +++ b/doc/examples/Tutorial_simple_example_fixed_size.cpp @@ -3,7 +3,7 @@ // import most common Eigen's types USING_PART_OF_NAMESPACE_EIGEN -int main(int argc, char *argv[]) +int main(int, char *[]) { Matrix3f m3; m3 << 1, 2, 3, 4, 5, 6, 7, 8, 9; -- cgit v1.2.3