Post

Replies

Boosts

Views

Activity

Reply to New compile error in Xcode 14.3: "Mixing declarations and code is incompatible with standards before C99"
I have had the same problem with an older build of Sparkle and have just now found the solution. You need to add this to your compiler flags (e. g. in the xcconfig file or under User-Defined in the build settings): WARNING_CFLAGS = -Wno-declaration-after-statement Here is more information about this (though I am still confused as I understand it should still be disabled by default): https://github.com/llvm/llvm-project/issues/53438
May ’23