Skip to content

Commit 7b2e331

Browse files
committed
Add -Wno-declaration-after-statement for new Xcode 14.3 warning on Objective-C code that has C99 support
1 parent 9b8d1e8 commit 7b2e331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xcode-Configurations/Debug.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "Base"
22

33
GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1
4-
WARNING_CFLAGS = -Wall -Weverything -Wno-pedantic -Wno-padded -Wno-direct-ivar-access -Wno-documentation-unknown-command -Wno-objc-missing-property-synthesis -Wno-implicit-retain-self -Wno-explicit-ownership-type -Wno-assign-enum -Wno-cast-align -Wno-switch-enum -Wno-cstring-format-directive -Wno-cast-qual -Wno-nullable-to-nonnull-conversion -Wno-reserved-id-macro -Wno-nonnull -Wno-double-promotion -Wno-objc-messaging-id -Wno-auto-import -Wno-atimport-in-framework-header
4+
WARNING_CFLAGS = -Wall -Weverything -Wno-pedantic -Wno-padded -Wno-direct-ivar-access -Wno-documentation-unknown-command -Wno-objc-missing-property-synthesis -Wno-implicit-retain-self -Wno-explicit-ownership-type -Wno-assign-enum -Wno-cast-align -Wno-switch-enum -Wno-cstring-format-directive -Wno-cast-qual -Wno-nullable-to-nonnull-conversion -Wno-reserved-id-macro -Wno-nonnull -Wno-double-promotion -Wno-objc-messaging-id -Wno-auto-import -Wno-atimport-in-framework-header -Wno-declaration-after-statement
55

66
ONLY_ACTIVE_ARCH = YES
77
DEBUG_INFORMATION_FORMAT = dwarf

0 commit comments

Comments
 (0)