• J
    storage: don't shadow global 'wait' declaration · b326765c
    Ján Tomko 提交于
    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.
    b326765c
storage_backend.c 49.6 KB