|
Bugzilla – Full Text Bug Listing |
| Summary: | ‘haveOutfile’ set but not used , g++ > 4.6.0 | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | John Abraham <john.abraham.in> |
| Component: | test framework | Assignee: | Mitch Watrous <watrous> |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch | ||
|
Description
John Abraham
2011-05-16 11:56:03 UTC
Created attachment 1119 [details]
patch
the line
if (!outfileName.empty ())
is sufficient to handle this case
|