Revert "fix gcc warnings"
The patch doesn't fix compilation.
This reverts commit 98cabe557f
.
This commit is contained in:
@@ -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);
|
nm_auto_str_buf NMStrBuf str = NM_STR_BUF_INIT_A(NM_UTILS_GET_NEXT_REALLOC_SIZE_232, TRUE);
|
||||||
gsize slen;
|
gsize slen;
|
||||||
const char *s = NULL;
|
const char *s;
|
||||||
|
|
||||||
if (len >= 0) {
|
if (len >= 0) {
|
||||||
gboolean has_nulls = FALSE;
|
gboolean has_nulls = FALSE;
|
||||||
|
Reference in New Issue
Block a user