• Show log

    Commit

  • Hash : d51a8f53
    Author : Alex Richardson
    Date : 2022-06-18T14:25:11

    cmake: freebsd: Fix -Wformat warning during tests build
    
    Without using <inttypes.h>, SDL_PRIx64 will expand to llx, but on 64-bit
    FreeBSD platforms (u)int64_t is `(usigned) long`:
    SDL_test_memory.c:261:77: error: format specifies type 'unsigned long long' but the argument has type 'Uint64' (aka 'unsigned long') [-Werror,-Wformat]
    
    This commit updates config_minimal.h to also assume presence of inttypes.h
    for everything except old MSVC.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags