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:
authorNikhil Shringarpurey <Nikhil.Net>2021-03-22 13:28:04 +0300
committerSebastian Parborg <darkdefende@gmail.com>2021-03-22 13:30:36 +0300
commit414596cd8306720f9df1cd2de0b97eb1f1fe18f1 (patch)
tree4048fe6c70d366361da69681f0b045796ad8b95b /.clang-tidy
parenta506f87c9080a7ed743e0f1a19a1032acefcd5b4 (diff)
Cleanup, LineArt: Fix MSVC compiler warnings.
Currently 3 of the printf lines use the format specifier "%lu" for data of type size_t instead of "%zu". While this works, this creates compiler warnings. This diff fixes those warnings by using the correct format specifier. Tested using MSVC, but should be correct on any compliant compiler. Reviewed By: Sebastian Parborg Differential Revision: http://developer.blender.org/D10761
Diffstat (limited to '.clang-tidy')
0 files changed, 0 insertions, 0 deletions