• Show log

    Commit

  • Hash : d1e39c11
    Author : Ran Benita
    Date : 2019-12-28T14:11:27

    test/atom: use correct format specifier for size_t
    
    From MSVC:
    
    test\atom.c(98): note: consider using '%zu' in the format string
    test\atom.c(98): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
    test\atom.c(100): note: consider using '%zu' in the format string
    test\atom.c(100): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
    test\atom.c(114): note: consider using '%zu' in the format string
    test\atom.c(114): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
    test\atom.c(128): note: consider using '%zu' in the format string
    test\atom.c(128): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
    test\atom.c(130): note: consider using '%zu' in the format string
    test\atom.c(130): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
    test\atom.c(137): note: consider using '%zu' in the format string
    test\atom.c(137): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 2 has type 'size_t'
    
    Signed-off-by: Ran Benita <ran@unusedvar.com>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/libxkbcommon.git
    Git SSH git@git.kmx.io:kc3-lang/libxkbcommon.git
    Public access ? public
    Description
    Users
    thodg_m kc3_lang_org thodg_w thodg_l www_kmx_io thodg
    Tags