Bug 98206 - [PATCH] build: limit the available glib functionality to the version we support
Summary: [PATCH] build: limit the available glib functionality to the version we support
Status: RESOLVED FIXED
Alias: None
Product: ModemManager
Classification: Unclassified
Component: general (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: ModemManager bug user
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-11 14:49 UTC by Lubomir Rintel
Modified: 2016-10-12 09:22 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
[PATCH] build: limit the available glib functionality to the version we support (1.76 KB, patch)
2016-10-11 14:49 UTC, Lubomir Rintel
Details | Splinter Review

Description Lubomir Rintel 2016-10-11 14:49:24 UTC
Created attachment 127214 [details] [review]
[PATCH] build: limit the available glib functionality to the version we support

Otherwise we can accidentally use something that we ought not. Also,
there's deprecation warnings for stuff that's not deprecated in the
version we support yet:

  mm-modem-simple.c: In function 'mm_modem_simple_connect_finish':
  mm-modem-simple.c:117:5: warning: 'g_simple_async_result_propagate_error' is deprecated [-Wdeprecated-declarations]
       if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (res), error))
       ^~
Comment 1 Aleksander Morgado 2016-10-12 09:22:26 UTC
Fixed in git master and mm-1-6.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.