Revert "fix gcc warnings"

The patch doesn't fix compilation.

This reverts commit 98cabe557f.
This commit is contained in:
Beniamino Galvani
2024-04-03 15:23:57 +02:00
parent 628371423b
commit c0705faaf2

View File

@@ -434,7 +434,7 @@ nm_uuid_generate_from_strings_strv(NMUuidType uuid_type,
{
nm_auto_str_buf NMStrBuf str = NM_STR_BUF_INIT_A(NM_UTILS_GET_NEXT_REALLOC_SIZE_232, TRUE);
gsize slen;
const char *s = NULL;
const char *s;
if (len >= 0) {
gboolean has_nulls = FALSE;