GNOME Bugzilla – Bug 775583
[Deprecated] is deprecated
Last modified: 2017-01-02 13:14:30 UTC
After I build project I get many warnings like this. libsoup-2.4.vapi:1146.3-1146.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
As the message says, the [Deprecated] attribute has been changed to the [Version] attribute. The libsoup bindings are automatically generated, using vapigen, and once your distribution starts generating the bindings using a newer vapigen the warnings will disappear. The warning will go because vapigen will using the new attribute. This can be seen with the libsoup bindings carried with Vala - https://git.gnome.org/browse/vala/tree/vapi/libsoup-2.4.vapi Be aware that these bindings will be removed from the Vala distribution because they are now distributed upstream as part of libsoup, See https://bugzilla.gnome.org/show_bug.cgi?id=773197 So basically ignore the warnings. Wait for your distribution to update and then the warnings will go.
*** This bug has been marked as a duplicate of bug 773177 ***