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

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

2024-01-17 Thread Pierrick Bouvier
‘g_pattern_match_string’ is deprecated, Use 'g_pattern_spec_match_string' instead. passing argument 2 of ‘g_ptr_array_add’ discards ‘const’ qualifier from pointer target type Signed-off-by: Pierrick Bouvier --- contrib/plugins/execlog.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-