Blender Git Loki
Git Commits -> Revision b485710
Revision b485710 by Julian Eisel (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt, ui-asset-view-template) March 17, 2021, 12:56 (GMT) |
Fix warning about possibly mixed C/C++ linkage of type Would give a warning: ``` 'ED_asset_library_reference_from_enum_value' has C-linkage specified, but returns incomplete type 'struct AssetLibraryReference' which could be incompatible with C [-Wreturn-type-c-linkage] ``` |
Commit Details:
Full Hash: b485710a25e1d165f07f9388048cf0b352ec510a
Parent Commit: 9b2661a
Lines Changed: +2, -0
1 Modified Path:
/source/blender/editors/include/ED_asset.h (+2, -0) (Diff)