• Nicholas Wilson's avatar
    Silence a clang-analyze warning · 42d47f0f
    Nicholas Wilson authored
    The check is already effectively performed later in the function, but
    implicitly, so Clang's analysis fail to notice the functions are in
    fact safe.  Pulling the check up to the top helps Clang to verify the
    behaviour.
    42d47f0f