-- Found OpenMP_CXX: -fopenmp CMake Warning at source/CMakeLists.txt:27 (message): Currently Clang-Tidy might fail with GCC toolchain, switch to Clang toolchain if that happens -- Found clang-tidy /usr/bin/clang-tidy-10 (10.0.0) -- Tests: Using Python executable: /mnt/k/BlenderGit/lib/linux_centos7_x86_64/python/bin/python3.9 -- Configuring done -- Generating done -- Build files have been written to: /mnt/k/BlenderGit/build_linux [1/7] Building CXX object source/blender/editors/space_info/CMakeFiles/bf_editor_space_info.dir/info_draw.cc.o In file included from /mnt/k/BlenderGit/blender/source/blender/blenkernel/BKE_report.h:25, from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_draw.cc:32: /mnt/k/BlenderGit/blender/source/blender/blenlib/BLI_compiler_attrs.h:38:28: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 38 | # define ATTR_NONNULL(args...) __attribute__((nonnull(args))) | ^~~ /mnt/k/BlenderGit/blender/source/blender/blenlib/BLI_compiler_attrs.h:66:31: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 66 | # define ATTR_ALLOC_SIZE(args...) __attribute__((alloc_size(args))) | ^~~ In file included from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_object_types.h:35, from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_view3d_types.h:39, from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_scene_types.h:41, from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_node_types.h:28, from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_space_types.h:32, from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_draw.cc:30: /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_action_types.h:184:22: warning: ISO C++ forbids zero-size array ‘bbone_matrix’ [-Wpedantic] 184 | float bbone_matrix[0][4][4]; | ^ [2/7] Building CXX object source/blender/editors/space_info/CMakeFiles/bf_editor_space_info.dir/info_report.cc.o In file included from /mnt/k/BlenderGit/blender/intern/guardedalloc/MEM_guardedalloc.h:53, from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_report.cc:25: /mnt/k/BlenderGit/blender/intern/guardedalloc/../../source/blender/blenlib/BLI_compiler_attrs.h:38:28: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 38 | # define ATTR_NONNULL(args...) __attribute__((nonnull(args))) | ^~~ /mnt/k/BlenderGit/blender/intern/guardedalloc/../../source/blender/blenlib/BLI_compiler_attrs.h:66:31: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 66 | # define ATTR_ALLOC_SIZE(args...) __attribute__((alloc_size(args))) | ^~~ In file included from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_report.cc:25: /mnt/k/BlenderGit/blender/intern/guardedalloc/MEM_guardedalloc.h:302:42: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 302 | # define OBJECT_GUARDED_NEW(type, args...) new (MEM_mallocN(sizeof(type), __func__)) type(args) | ^~~ In file included from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_report.cc:39: /mnt/k/BlenderGit/blender/source/blender/makesrna/RNA_access.h:1435:35: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 1435 | # define RNA_warning(format, args...) _RNA_warning("%s: " format "\n", __func__, ##args) | ^~~ In file included from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_object_types.h:35, from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_view3d_types.h:39, from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_xr_types.h:23, from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_windowmanager_types.h:28, from /mnt/k/BlenderGit/blender/source/blender/windowmanager/WM_api.h:34, from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_report.cc:33: /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_action_types.h:184:22: warning: ISO C++ forbids zero-size array ‘bbone_matrix’ [-Wpedantic] 184 | float bbone_matrix[0][4][4]; | ^ In file included from /mnt/k/BlenderGit/blender/source/blender/windowmanager/WM_types.h:124, from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_report.cc:34: /mnt/k/BlenderGit/blender/source/blender/windowmanager/gizmo/WM_gizmo_types.h:324:15: warning: ISO C++ forbids zero-size array ‘idname’ [-Wpedantic] 324 | char idname[0]; | ^ /mnt/k/BlenderGit/blender/source/blender/windowmanager/gizmo/WM_gizmo_types.h:491:5: warning: ISO C++ prohibits anonymous structs [-Wpedantic] 491 | }; | ^ [3/7] Building CXX object source/blender/editors/space_info/CMakeFiles/bf_editor_space_info.dir/space_info.cc.o In file included from /mnt/k/BlenderGit/blender/intern/guardedalloc/MEM_guardedalloc.h:53, from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/space_info.cc:27: /mnt/k/BlenderGit/blender/intern/guardedalloc/../../source/blender/blenlib/BLI_compiler_attrs.h:38:28: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 38 | # define ATTR_NONNULL(args...) __attribute__((nonnull(args))) | ^~~ /mnt/k/BlenderGit/blender/intern/guardedalloc/../../source/blender/blenlib/BLI_compiler_attrs.h:66:31: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 66 | # define ATTR_ALLOC_SIZE(args...) __attribute__((alloc_size(args))) | ^~~ In file included from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/space_info.cc:27: /mnt/k/BlenderGit/blender/intern/guardedalloc/MEM_guardedalloc.h:302:42: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 302 | # define OBJECT_GUARDED_NEW(type, args...) new (MEM_mallocN(sizeof(type), __func__)) type(args) | ^~~ In file included from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/space_info.cc:42: /mnt/k/BlenderGit/blender/source/blender/makesrna/RNA_access.h:1435:35: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 1435 | # define RNA_warning(format, args...) _RNA_warning("%s: " format "\n", __func__, ##args) | ^~~ In file included from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_object_types.h:35, from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_view3d_types.h:39, from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_scene_types.h:41, from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_node_types.h:28, from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_space_types.h:32, from /mnt/k/BlenderGit/blender/source/blender/editors/include/ED_screen.h:27, from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/space_info.cc:35: /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_action_types.h:184:22: warning: ISO C++ forbids zero-size array ‘bbone_matrix’ [-Wpedantic] 184 | float bbone_matrix[0][4][4]; | ^ In file included from /mnt/k/BlenderGit/blender/source/blender/windowmanager/WM_types.h:124, from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/space_info.cc:40: /mnt/k/BlenderGit/blender/source/blender/windowmanager/gizmo/WM_gizmo_types.h:324:15: warning: ISO C++ forbids zero-size array ‘idname’ [-Wpedantic] 324 | char idname[0]; | ^ /mnt/k/BlenderGit/blender/source/blender/windowmanager/gizmo/WM_gizmo_types.h:491:5: warning: ISO C++ prohibits anonymous structs [-Wpedantic] 491 | }; | ^ /mnt/k/BlenderGit/blender/source/blender/editors/space_info/space_info.cc: In function ‘void info_header_region_message_subscribe(const wmRegionMessageSubscribeParams*)’: /mnt/k/BlenderGit/blender/source/blender/editors/space_info/space_info.cc:259:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic] 259 | .owner = region, | ^ /mnt/k/BlenderGit/blender/source/blender/editors/space_info/space_info.cc:260:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic] 260 | .user_data = region, | ^ /mnt/k/BlenderGit/blender/source/blender/editors/space_info/space_info.cc:261:7: warning: C++ designated initializers only available with ‘-std=c++2a’ or ‘-std=gnu++2a’ [-Wpedantic] 261 | .notify = ED_region_do_msg_notify_tag_redraw, | ^ [4/7] Building CXX object source/blender/editors/space_info/CMakeFiles/bf_editor_space_info.dir/textview.cc.o In file included from /mnt/k/BlenderGit/blender/intern/guardedalloc/MEM_guardedalloc.h:53, from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/textview.cc:21: /mnt/k/BlenderGit/blender/intern/guardedalloc/../../source/blender/blenlib/BLI_compiler_attrs.h:38:28: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 38 | # define ATTR_NONNULL(args...) __attribute__((nonnull(args))) | ^~~ /mnt/k/BlenderGit/blender/intern/guardedalloc/../../source/blender/blenlib/BLI_compiler_attrs.h:66:31: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 66 | # define ATTR_ALLOC_SIZE(args...) __attribute__((alloc_size(args))) | ^~~ In file included from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/textview.cc:21: /mnt/k/BlenderGit/blender/intern/guardedalloc/MEM_guardedalloc.h:302:42: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 302 | # define OBJECT_GUARDED_NEW(type, args...) new (MEM_mallocN(sizeof(type), __func__)) type(args) | ^~~ In file included from /mnt/k/BlenderGit/blender/source/blender/gpu/GPU_vertex_buffer.h:30, from /mnt/k/BlenderGit/blender/source/blender/gpu/GPU_batch.h:33, from /mnt/k/BlenderGit/blender/source/blender/gpu/GPU_immediate.h:28, from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/textview.cc:29: /mnt/k/BlenderGit/blender/source/blender/gpu/GPU_vertex_format.h:86:54: warning: extra ‘;’ [-Wpedantic] 86 | "GPUVertAttr->names maximum value"); | ^ [5/7] Building CXX object source/blender/editors/space_info/CMakeFiles/bf_editor_space_info.dir/info_ops.cc.o In file included from /mnt/k/BlenderGit/blender/intern/guardedalloc/MEM_guardedalloc.h:53, from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_ops.cc:30: /mnt/k/BlenderGit/blender/intern/guardedalloc/../../source/blender/blenlib/BLI_compiler_attrs.h:38:28: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 38 | # define ATTR_NONNULL(args...) __attribute__((nonnull(args))) | ^~~ /mnt/k/BlenderGit/blender/intern/guardedalloc/../../source/blender/blenlib/BLI_compiler_attrs.h:66:31: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 66 | # define ATTR_ALLOC_SIZE(args...) __attribute__((alloc_size(args))) | ^~~ In file included from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_ops.cc:30: /mnt/k/BlenderGit/blender/intern/guardedalloc/MEM_guardedalloc.h:302:42: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 302 | # define OBJECT_GUARDED_NEW(type, args...) new (MEM_mallocN(sizeof(type), __func__)) type(args) | ^~~ In file included from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_ops.cc:54: /mnt/k/BlenderGit/blender/source/blender/makesrna/RNA_access.h:1435:35: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 1435 | # define RNA_warning(format, args...) _RNA_warning("%s: " format "\n", __func__, ##args) | ^~~ In file included from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_object_types.h:35, from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_view3d_types.h:39, from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_scene_types.h:41, from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_node_types.h:28, from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_space_types.h:32, from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_ops.cc:27: /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_action_types.h:184:22: warning: ISO C++ forbids zero-size array ‘bbone_matrix’ [-Wpedantic] 184 | float bbone_matrix[0][4][4]; | ^ In file included from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_ops.cc:36: /mnt/k/BlenderGit/blender/source/blender/blentranslation/BLT_translation.h:221:2: warning: extra ‘;’ [-Wpedantic] 221 | }; | ^ In file included from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_ops.cc:43: /mnt/k/BlenderGit/blender/source/blender/blenkernel/BKE_main.h:59:13: warning: ISO C++ forbids zero-size array ‘rect’ [-Wpedantic] 59 | char rect[0]; | ^ In file included from /mnt/k/BlenderGit/blender/source/blender/windowmanager/WM_types.h:124, from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_ops.cc:49: /mnt/k/BlenderGit/blender/source/blender/windowmanager/gizmo/WM_gizmo_types.h:324:15: warning: ISO C++ forbids zero-size array ‘idname’ [-Wpedantic] 324 | char idname[0]; | ^ /mnt/k/BlenderGit/blender/source/blender/windowmanager/gizmo/WM_gizmo_types.h:491:5: warning: ISO C++ prohibits anonymous structs [-Wpedantic] 491 | }; | ^ [6/7] Building CXX object source/blender/editors/space_info/CMakeFiles/bf_editor_space_info.dir/info_stats.cc.o In file included from /mnt/k/BlenderGit/blender/intern/guardedalloc/MEM_guardedalloc.h:53, from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_stats.cc:24: /mnt/k/BlenderGit/blender/intern/guardedalloc/../../source/blender/blenlib/BLI_compiler_attrs.h:38:28: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 38 | # define ATTR_NONNULL(args...) __attribute__((nonnull(args))) | ^~~ /mnt/k/BlenderGit/blender/intern/guardedalloc/../../source/blender/blenlib/BLI_compiler_attrs.h:66:31: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 66 | # define ATTR_ALLOC_SIZE(args...) __attribute__((alloc_size(args))) | ^~~ In file included from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_stats.cc:24: /mnt/k/BlenderGit/blender/intern/guardedalloc/MEM_guardedalloc.h:302:42: warning: ISO C++ does not permit named variadic macros [-Wvariadic-macros] 302 | # define OBJECT_GUARDED_NEW(type, args...) new (MEM_mallocN(sizeof(type), __func__)) type(args) | ^~~ In file included from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_object_types.h:35, from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_view3d_types.h:39, from /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_scene_types.h:41, from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_stats.cc:33: /mnt/k/BlenderGit/blender/source/blender/makesdna/DNA_action_types.h:184:22: warning: ISO C++ forbids zero-size array ‘bbone_matrix’ [-Wpedantic] 184 | float bbone_matrix[0][4][4]; | ^ In file included from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_stats.cc:43: /mnt/k/BlenderGit/blender/source/blender/blentranslation/BLT_translation.h:221:2: warning: extra ‘;’ [-Wpedantic] 221 | }; | ^ In file included from /mnt/k/BlenderGit/blender/source/blender/bmesh/bmesh.h:200, from /mnt/k/BlenderGit/blender/source/blender/blenkernel/BKE_editmesh.h:28, from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_stats.cc:50: /mnt/k/BlenderGit/blender/source/blender/bmesh/bmesh_class.h:90:72: warning: extra ‘;’ [-Wpedantic] 90 | BLI_STATIC_ASSERT((sizeof(BMHeader) <= 16), "BMHeader size has grown!"); | ^ In file included from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_stats.cc:52: /mnt/k/BlenderGit/blender/source/blender/blenkernel/BKE_key.h:137:2: warning: extra ‘;’ [-Wpedantic] 137 | }; | ^ In file included from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_stats.cc:54: /mnt/k/BlenderGit/blender/source/blender/blenkernel/BKE_main.h:59:13: warning: ISO C++ forbids zero-size array ‘rect’ [-Wpedantic] 59 | char rect[0]; | ^ In file included from /mnt/k/BlenderGit/blender/source/blender/blenkernel/BKE_bvhutils.h:26, from /mnt/k/BlenderGit/blender/source/blender/blenkernel/BKE_DerivedMesh.h:71, from /mnt/k/BlenderGit/blender/source/blender/blenkernel/BKE_subdiv_ccg.h:26, from /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_stats.cc:60: /mnt/k/BlenderGit/blender/source/blender/blenlib/BLI_kdopbvh.h:42:5: warning: ISO C++ prohibits anonymous structs [-Wpedantic] 42 | }; | ^ /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_stats.cc: In function ‘void ED_info_draw_stats(Main*, Scene*, ViewLayer*, int, int*, int)’: /mnt/k/BlenderGit/blender/source/blender/editors/space_info/info_stats.cc:699:65: warning: ISO C++ forbids compound-literals [-Wpedantic] 699 | BLF_shadow(font_id, 5, (const float[4]){0.0f, 0.0f, 0.0f, 1.0f}); | ^ [7/7] Linking CXX static library lib/libbf_editor_space_info.a root@SRV:/mnt/k/BlenderGit/build_linux#