|
Bugzilla – Full Text Bug Listing |
| Summary: | GTK config store generating deprecation warnings | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | config-store | Assignee: | Tom Henderson <tomh> |
| Status: | RESOLVED MOVED | ||
| Severity: | normal | CC: | natale.patriciello |
| Priority: | P3 | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
warnings generated on gcc-8
updated patch to disable warning |
||
Created attachment 3167 [details]
updated patch to disable warning
The last patch is working for me (both gcc and clang) I pushed the workaround in changeset 13763:4b8dcdcf3129. Moving state back to patch wanted for the real fix. |
Created attachment 3166 [details] warnings generated on gcc-8 As of ns-3.29, these are being worked around by defining -Wno-deprecated-declarations but we should eliminate these after the release.