|
Bugzilla – Full Text Bug Listing |
| Summary: | missing test condition for sigma in buildings-shadowing-test | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | buildings | Assignee: | Nicola Baldo <nicola> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mmiozzo, ns-bugs |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | Mac OS | ||
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 |
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.