Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2020-08-26 20:42:40 +0300
committerRay Molenkamp <github@lazydodo.com>2020-08-26 20:42:40 +0300
commitf807b27b677d18d32ab08d1f4f27c6829c2d8bd8 (patch)
treef3ed81bdd2a4fb9a5d40e267ca1e2f07320916a2 /extern/glew/src
parent0498feb0dfc221fb7fb060728e2fd0be6d8085b4 (diff)
Cleanup: Fix const warning with BLI_array_free
when you call the BLI_array_free macro with a const pointer you get a warning when the macro calls `MEM_freeN` (warning C4090: 'function': different 'const' qualifiers) This was warning originating from `smart_uv_project_calculate_project_normals` in `uvedit_unwrap_ops.c` Normally we resolve these with a non const cast at the callsite but given BLI_array_free is a macro not a function this is not an option here and it has to be resolved in the macro.
Diffstat (limited to 'extern/glew/src')
0 files changed, 0 insertions, 0 deletions