|
Bugzilla – Full Text Bug Listing |
| Summary: | dead assignment on ie-dot11s-perr.cc | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | natale.patriciello |
| Component: | mesh | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | tomh |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: | patch | ||
Yes, ABORT macros are evaluated in optimized builds. Fixed in 12412:32423cccdfd1 |
Created attachment 2658 [details] patch the parameter length is read only in debug and release mode. By adding this, it's read even in optimized build (NS_ABORT are not optimized away, right?)