|
Bugzilla – Full Text Bug Listing |
| Summary: | callback.h:1249: warning: dereferencing type-punned pointer will break strict-aliasing rules with gcc 4.2.1 on freebsd 9.3 | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Vedran Miletić <vedran> |
| Component: | core | Assignee: | Mathieu Lacage <mathieu.lacage> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | FreeBSD | ||
|
Description
Vedran Miletić
2014-12-17 12:06:35 UTC
do we want to support gcc-4.2.1 anymore? Yeah, that's a good question. I believe this is easy to fix, so it should not cause maintenance burden. I will take a look tomorrow or over the weekend. changeset 11108 96c967086fdb parent 11107 647dbdb894d6 Fix compilation with GCC 4.2.1 on FreeBSD 9 Thanks to Domagoj Stolfa <shrinkd@gmail.com> for his aid in debugging this. |