afdc017 IFP: Suppress warning from static analyzer

Authored and Committed by lslebodn 8 years ago
    IFP: Suppress warning from static analyzer
    
    It seems that clang expected that errno can change to 0
    in case of error. It might be a bug in static analyzer.
    But the workaround does not change the logic and
    the errno is read just once.
    
        
file modified
+2 -2