mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.1.1053: warning for missing return statement
Problem: Warning for missing return statement. (Dominique Pelle) Solution: Add return statement.
This commit is contained in:
@@ -3541,6 +3541,7 @@ anyBufIsChanged(void)
|
||||
FOR_ALL_BUFFERS(buf)
|
||||
if (bufIsChanged(buf))
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user