-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
This warning was raised when compiling the extension:
warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
Version: 1.0
Related articles:
- https://tecnocode.co.uk/2019/08/24/gtimeval-deprecation-in-glib-2-61-2/
- https://developer.gnome.org/glib/stable/glib-Date-and-Time-Functions.html#g-get-current-time
Steps to reproduce:
- use glib2 >= 2.61.2
- compile the extension:
python setup.py build_ext --inplace --force
.
See #1.
Metadata
Metadata
Assignees
Labels
No labels