fillods / grig

A simple Ham Radio control (CAT) program based on Hamlib.
http://groundstation.sourceforge.net/grig/
GNU General Public License v2.0
11 stars 5 forks source link

Replacement for deprecated declarations of Glib #11

Closed fillods closed 1 year ago

fillods commented 1 year ago

A replacement is needed for the deprecated declarations of Glib, easily identified by compile warnings:

src/grig-debug.c:250:9: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
src/grig-debug.c:254:9: warning: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
...
mattmelling commented 1 year ago

Fixed this in my fork over the holidays, have spun out to PR #12

fillods commented 1 year ago

@mattmelling you're right, the other declarations came from gtktooltips rather than our code.