• Diego Biurrun's avatar
    hap: Adjust printf length modifiers to match variable types · fbe425c8
    Diego Biurrun authored
    libavcodec/hapenc.c:121:20: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t {aka unsigned int}’ [-Wformat=]
    libavcodec/hapenc.c:121:20: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘size_t {aka unsigned int}’ [-Wformat=]
    fbe425c8
hapenc.c 11.5 KB