Skip to content

Commit 868e794

Browse files
committed
[master-next] Remove workaround for -Wobjc-property-assign-on-object-type
The issue was fixed in #19167 so we no longer need to disable this warning. rdar://problem/47777548
1 parent 24aa024 commit 868e794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PrintAsObjC/lit.local.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ config.substitutions.insert(0, ('%check-in-clang',
55
'%%clang -fsyntax-only -x objective-c-header -fobjc-arc -fmodules '
66
'-fmodules-validate-system-headers '
77
'-Weverything -Werror -Wno-unused-macros -Wno-incomplete-module '
8-
'-Wno-auto-import -Wno-objc-property-assign-on-object-type '
8+
'-Wno-auto-import '
99
'-F %%clang-importer-sdk-path/frameworks '
1010
'-I %%clang-include-dir '
1111
'-isysroot %r/Inputs/clang-importer-sdk' % config.test_source_root) )

0 commit comments

Comments
 (0)