storage: don't shadow global 'wait' declaration
Rename the 'wait' parameter to 'loop'. This silences the warning: storage/storage_backend.c:1348:34: error: declaration of 'wait' shadows a global declaration [-Werror=shadow] and fixes the build with -Werror. -- Note: loop is pool backwards. (cherry picked from commit b326765c)
Showing
想要评论请 注册 或 登录