commit | efe7ac60a07d0f852f8a1e9e10b4153b94f9d55b | [log] [tgz] |
---|---|---|
author | Keir Mierle <mierle@gmail.com> | Sun Jun 24 22:25:28 2012 -0700 |
committer | Keir Mierle <mierle@gmail.com> | Sun Jun 24 23:22:04 2012 -0700 |
tree | 51a25055f6b9149f81ed5048eea27034b74e5836 | |
parent | 517e196ca810fc09a36ca5f5f1b881a590dc52f5 [diff] [blame] |
Port Ceres to Windows This is a preliminary, but full, port of Ceres to Windows. Currently all tests compile and run, with only system_test failing to work correctly due to a path issue. Change-Id: I4152c1588bf51ffd7f4d9401ef9759f5d28c299c
diff --git a/internal/ceres/trust_region_strategy.cc b/internal/ceres/trust_region_strategy.cc index 2e058b2..89bc19d 100644 --- a/internal/ceres/trust_region_strategy.cc +++ b/internal/ceres/trust_region_strategy.cc
@@ -20,6 +20,7 @@ LOG(FATAL) << "Unknown trust region strategy: " << options.trust_region_strategy_type; + return NULL; } } // namespace internal