File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313**/
1414
1515#if ! __has_feature(objc_arc)
16- #warning This file must be compiled with ARC. Either turn on ARC for the project or use -fobjc-arc flag .
16+ #warning This file must be compiled with ARC. Use -fobjc-arc flag (or convert project to ARC) .
1717#endif
1818
1919
Original file line number Diff line number Diff line change 1111**/
1212
1313#if ! __has_feature(objc_arc)
14- #warning This file must be compiled with ARC. Either turn on ARC for the project or use -fobjc-arc flag .
14+ #warning This file must be compiled with ARC. Use -fobjc-arc flag (or convert project to ARC) .
1515#endif
1616
1717@interface DDAbstractDatabaseLogger ()
Original file line number Diff line number Diff line change 1616**/
1717
1818#if ! __has_feature(objc_arc)
19- #warning This file must be compiled with ARC. Either turn on ARC for the project or use -fobjc-arc flag .
19+ #warning This file must be compiled with ARC. Use -fobjc-arc flag (or convert project to ARC) .
2020#endif
2121
2222// We probably shouldn't be using DDLog() statements within the DDLog implementation.
Original file line number Diff line number Diff line change 1919**/
2020
2121#if ! __has_feature(objc_arc)
22- #warning This file must be compiled with ARC. Either turn on ARC for the project or use -fobjc-arc flag .
22+ #warning This file must be compiled with ARC. Use -fobjc-arc flag (or convert project to ARC) .
2323#endif
2424
2525// We probably shouldn't be using DDLog() statements within the DDLog implementation.
Original file line number Diff line number Diff line change 1414**/
1515
1616#if ! __has_feature(objc_arc)
17- #warning This file must be compiled with ARC. Either turn on ARC for the project or use -fobjc-arc flag .
17+ #warning This file must be compiled with ARC. Use -fobjc-arc flag (or convert project to ARC) .
1818#endif
1919
2020
Original file line number Diff line number Diff line change 1212**/
1313
1414#if ! __has_feature(objc_arc)
15- #warning This file must be compiled with ARC. Either turn on ARC for the project or use -fobjc-arc flag .
15+ #warning This file must be compiled with ARC. Use -fobjc-arc flag (or convert project to ARC) .
1616#endif
1717
1818@interface LoggingContextSet : NSObject
Original file line number Diff line number Diff line change 1212**/
1313
1414#if ! __has_feature(objc_arc)
15- #warning This file must be compiled with ARC. Either turn on ARC for the project or use -fobjc-arc flag .
15+ #warning This file must be compiled with ARC. Use -fobjc-arc flag (or convert project to ARC) .
1616#endif
1717
1818
You can’t perform that action at this time.
0 commit comments