After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 692218 - codegen: use #if GLIB_CHECK_VERSION for init functions
codegen: use #if GLIB_CHECK_VERSION for init functions
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
: 668750 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-01-21 17:09 UTC by Marc-Andre Lureau
Modified: 2016-10-10 07:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
codegen: use #if GLIB_CHECK_VERSION for init functions (4.24 KB, patch)
2013-01-21 17:09 UTC, Marc-Andre Lureau
none Details | Review

Description Marc-Andre Lureau 2013-01-21 17:09:17 UTC
Tarballs with generated code should compile without warnings, and work
with various versions of glib (assuming the rest of the code is
correctly up to date, which is often the case if you don't use newer
functions)
Comment 1 Marc-Andre Lureau 2013-01-21 17:09:20 UTC
Created attachment 234030 [details] [review]
codegen: use #if GLIB_CHECK_VERSION for init functions
Comment 2 Luca Bruno 2013-12-14 13:53:48 UTC
commit 591340a3a06b9f25db7d1a5dba53270e543e55c1
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date:   Mon Jan 21 18:06:12 2013 +0100

    codegen: use #if GLIB_CHECK_VERSION for init functions
    
    Tarballs with generated code should compile without warnings, and work
    with various versions of glib (assuming the rest of the code is
    correctly up to date, which is often the case if you don't use newer
    functions)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692218

This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Comment 3 Rico Tzschichholz 2016-10-10 07:42:01 UTC
*** Bug 668750 has been marked as a duplicate of this bug. ***