- suppress bogus gcc warning about uninitialized 'err' variable

(Logical change 1.581)
edge.strict_endians
elisa-laajakaista.fi!szaka 2004-09-28 18:33:40 +00:00
parent f9ac10a85e
commit 82efae551e
1 changed files with 1 additions and 0 deletions

View File

@ -3699,6 +3699,7 @@ static int ntfs_non_resident_attr_expand(ntfs_attr *na, const s64 newsize)
/* Add attribute list, if it isn't present and retry. */
if (!NInoAttrList(na->ni)) {
err = ENOTSUP; /* to suppress gcc complain */
add_attr_list_and_retry = TRUE;
goto rollback;
}