Bug 2978 - GTK config store generating deprecation warnings
GTK config store generating deprecation warnings
Status: RESOLVED MOVED
Product: ns-3
Classification: Unclassified
Component: config-store
unspecified
All All
: P3 normal
Assigned To: Tom Henderson
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2018-08-29 12:13 UTC by Tom Henderson
Modified: 2020-12-14 22:58 UTC (History)
1 user (show)

See Also:


Attachments
warnings generated on gcc-8 (18.36 KB, text/plain)
2018-08-29 12:13 UTC, Tom Henderson
Details
updated patch to disable warning (1.17 KB, patch)
2018-08-29 13:40 UTC, Tom Henderson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2018-08-29 12:13:37 UTC
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.
Comment 1 Tom Henderson 2018-08-29 13:40:07 UTC
Created attachment 3167 [details]
updated patch to disable warning
Comment 2 natale.patriciello 2018-08-29 16:28:21 UTC
The last patch is working for me (both gcc and clang)
Comment 3 Tom Henderson 2018-08-29 21:56:38 UTC
I pushed the workaround in changeset 13763:4b8dcdcf3129.  Moving state back to patch wanted for the real fix.
Comment 4 Tom Henderson 2020-12-14 22:58:38 UTC
Moved to https://gitlab.com/nsnam/ns-3-dev/-/issues/319