Blender Git Commit Log
Git Commits -> Revision 6a523da
Revision 6a523da by Julian Eisel (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt) April 15, 2021, 21:45 (GMT) |
Fix C-linkage warning on Clang After macro expansion, there would be C++ code in code with C linkage (`extern "C"`). Clang warned about this. Make sure the expanded C++ code always uses C++ linkage. Will commit this to master soon. |
Commit Details:
Full Hash: 6a523da6cf1f1b5bf4e8f7e9f66cd3428fd1d3ac
Parent Commit: 60b8890
Lines Changed: +3, -1
1 Modified Path:
/source/blender/blenlib/BLI_utildefines.h (+3, -1) (Diff)