[1/2] Building CXX object source/blender/editors/space_outliner/CMakeFiles/bf_editor_space_outliner.dir/space_outliner.cc.o In file included from /Users/sergey/Developer/blender/blender/source/blender/editors/space_outliner/space_outliner.cc:22: In file included from /Users/sergey/Developer/blender/blender/source/blender/editors/include/ED_screen.h:11: /Users/sergey/Developer/blender/blender/source/blender/makesdna/DNA_space_types.h:257:16: warning: 'v2d' is deprecated [-Wdeprecated-declarations] typedef struct SpaceOutliner { ^ /Users/sergey/Developer/blender/blender/intern/guardedalloc/MEM_guardedalloc.h:266:23: note: in implicit copy constructor for 'SpaceOutliner' first required here return new (buffer) T(std::forward(args)...); ^ /Users/sergey/Developer/blender/blender/source/blender/editors/space_outliner/space_outliner.cc:374:39: note: in instantiation of function template specialization 'MEM_new' requested here SpaceOutliner *space_outliner_new = MEM_new(__func__, *space_outliner); ^ /Users/sergey/Developer/blender/blender/source/blender/makesdna/DNA_space_types.h:267:14: note: 'v2d' has been explicitly marked deprecated here View2D v2d DNA_DEPRECATED; ^ /Users/sergey/Developer/blender/blender/source/blender/makesdna/DNA_defs.h:18:45: note: expanded from macro 'DNA_DEPRECATED' # define DNA_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. [2/2] Linking CXX static library lib/libbf_editor_space_outliner.a