Edit

kc3-lang/SDL/test

Branch :

  • Show log

    Commit

  • Author : Brick
    Date : 2021-10-06 22:52:33
    Hash : f30e2e43
    Message : Fix compiler warnings in testvulkan.c MSVC gives the following warnings when compiling testvulkan.c: ``` testvulkan.c(656,1): warning C4018: '<': signed/unsigned mismatch testvulkan.c(656,1): warning C4018: '>': signed/unsigned mismatch testvulkan.c(660,1): warning C4018: '<': signed/unsigned mismatch testvulkan.c(660,1): warning C4018: '>': signed/unsigned mismatch ```