• scottmg's avatar
    Fix variable shadowing warning in CRLSet on VS2015 · 61da3cc6
    scottmg authored
    d:\src\cr3\src\net\cert\crl_set.cc(53): error C2220: warning treated as error - no 'object' file generated
    d:\src\cr3\src\net\cert\crl_set.cc(53): warning C4456: declaration of 'i' hides previous local declaration
    d:\src\cr3\src\net\cert\crl_set.cc(47): note: see declaration of 'i'
    
    R=mattm@chromium.org
    BUG=440500
    
    Review URL: https://codereview.chromium.org/882833002
    
    Cr-Commit-Position: refs/heads/master@{#313410}
    61da3cc6
crl_set.cc 2.75 KB