Re: [PATCH v2 14/14] contrib/plugins/execlog: fix new warnings

2024-01-29 Thread Pierrick Bouvier
On 1/26/24 20:31, Alex Bennée wrote: Pierrick Bouvier writes: ‘g_pattern_match_string’ is deprecated, Use 'g_pattern_spec_match_string' instead. Unfortunately this isn't enough as we can still build on older glibs: /* Ask for warnings for anything that was marked deprecated in * the

Re: [PATCH v2 14/14] contrib/plugins/execlog: fix new warnings

2024-01-26 Thread Alex Bennée
Pierrick Bouvier writes: > ‘g_pattern_match_string’ is deprecated, > Use 'g_pattern_spec_match_string' instead. Unfortunately this isn't enough as we can still build on older glibs: /* Ask for warnings for anything that was marked deprecated in * the defined version, or before. It is a can