• Show log

    Commit

  • Hash : 19aaa294
    Author : Ozkan Sezer
    Date : 2020-10-09T04:00:00

    Fix https://bugzilla.libsdl.org/show_bug.cgi?id=5306
    
    (Also see: https://bugzilla.libsdl.org/show_bug.cgi?id=4822)
    
    Building the current tree against 10.8 SDK, clang emits the following warning:
    src/video/cocoa/SDL_cocoawindow.m:1846:27: warning: instance method '-isOperatingSystemAtLeastVersion:' not found (return type defaults to 'id') [-Wobjc-method-access]
                ![processInfo isOperatingSystemAtLeastVersion:version]) {
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /opt/MacOSX10.8.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:20:12: note: receiver is instance of class declared here
    @interface NSProcessInfo : NSObject {
               ^
    1 warning generated.
    
    isOperatingSystemAtLeastVersion is an 10.10 thing.
    

  • 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
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags