Bugzilla – Bug 1789
missing test condition for sigma in buildings-shadowing-test
Last modified: 2013-12-12 12:55:59 UTC
found in static, optimized build on OS X with Xcode 5.0.1: [1273/1959] cxx: src/buildings/test/buildings-shadowing-test.cc -> build/src/buildings/test/buildings-shadowing-test.cc.3.o In file included from ../src/buildings/test/buildings-shadowing-test.cc:34: ../src/buildings/test/buildings-shadowing-test.h:53:10: error: private field 'm_sigmaRef' is not used [-Werror,-Wunused-private-field] double m_sigmaRef; ^ 1 error generated.
I get the impression that we actually miss one test condition about sigma here. Marco do you have any comment?
I had to revert part of change 10436 since it deleted some code and reference values that were actually needed. changeset: 10507:b8b49ec8f898 user: Nicola Baldo <nbaldo@cttc.es> date: Thu Dec 12 16:55:56 2013 +0100 summary: reverted change 10436 for src/buildings changeset: 10508:e03b086478eb user: Nicola Baldo <nbaldo@cttc.es> date: Thu Dec 12 17:00:09 2013 +0100 summary: remove unneeded include changeset: 10510:34299825e664 parent: 10508:e03b086478eb user: Nicola Baldo <nbaldo@cttc.es> date: Thu Dec 12 18:50:12 2013 +0100 summary: Bug 1789 - missing test condition for sigma in buildings-shadowing-test changeset: 10511:3df0e5c2eed5 tag: tip parent: 10510:34299825e664 parent: 10509:2081aa152526 user: Nicola Baldo <nbaldo@cttc.es> date: Thu Dec 12 18:50:20 2013 +0100 summary: merge