Skip to content

Commit 4989126

Browse files
authored
No ARC enforcing (#7051)
#changelog #osx
1 parent 12aed8b commit 4989126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/openFrameworks/utils/ofConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ enum ofTargetPlatform{
188188
#endif
189189

190190
#if defined(__OBJC__) && !__has_feature(objc_arc)
191-
#error "Please enable ARC (Automatic Reference Counting) at the project level"
191+
#warning "Please enable ARC (Automatic Reference Counting) at the project level"
192192
#endif
193193
#endif
194194

0 commit comments

Comments
 (0)