• Arthur O'Dwyer's avatar
    Silence a compiler warning. · 0886b7a2
    Arthur O'Dwyer authored
    Static analysis says:
    src\fd.hpp(38): error V103: Implicit type conversion from memsize to 32-bit type.
    
    Adding the explicit cast should shut it up.
    0886b7a2
fd.hpp 1.23 KB