mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 15:50:07 +01:00
core/tests: remove an unused variable
test-general.c:6612:19: error: unused variable 'buf_free_1'
[-Werror,-Wunused-variable]
gs_free gpointer buf_free_1 = NULL;
(cherry picked from commit e732789bbf)
This commit is contained in:
parent
2ffcdb8efa
commit
030d43d523
1 changed files with 0 additions and 1 deletions
|
|
@ -6609,7 +6609,6 @@ _do_test_utils_str_utf8safe (const char *str, gsize str_len, const char *expecte
|
|||
const char *str_safe;
|
||||
const char *buf_safe;
|
||||
const char *s;
|
||||
gs_free gpointer buf_free_1 = NULL;
|
||||
gs_free char *str_free_1 = NULL;
|
||||
gs_free char *str_free_2 = NULL;
|
||||
gs_free char *str_free_3 = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue