Skip to content

Commit b9a8adb

Browse files
committed
Suppress Xcode 6.3 -Wcstring-format-directive warning
New warning fires for every NS/CF string format function.
1 parent 91f504e commit b9a8adb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Configurations/ConfigCommon.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ GCC_WARN_UNUSED_VARIABLE = YES
7474
WARNING_CFLAGS_EXTRA = -Wno-custom-atomic-properties -Wno-implicit-atomic-properties
7575

7676
// Turn on all warnings, then disable a few which are almost impossible to avoid
77-
WARNING_CFLAGS = -Wall -Weverything -Wno-empty-translation-unit -Wno-unused-macros -Wno-gnu-statement-expression -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-auto-import $(WARNING_CFLAGS_EXTRA)
77+
WARNING_CFLAGS = -Wall -Weverything -Wno-empty-translation-unit -Wno-unused-macros -Wno-gnu-statement-expression -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wno-auto-import -Wno-cstring-format-directive $(WARNING_CFLAGS_EXTRA)

0 commit comments

Comments
 (0)