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:
authorHans Goudey <h.goudey@me.com>2020-12-18 07:53:47 +0300
committerHans Goudey <h.goudey@me.com>2020-12-18 07:53:47 +0300
commit9dbc014af7a257f347e746740e5276bdaa885e38 (patch)
tree742312747c722fa62ddf3584ed8c807810efe499 /source/blender/blenloader
parent7d25139eaf4ab11e69d6adb2f436489eca016b64 (diff)
Cleanup: Various clang tidy warnings
There are more in the new mesh fairing code and in the poisson distribution code, this commit doesn't fix those.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/versioning_290.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/versioning_290.c b/source/blender/blenloader/intern/versioning_290.c
index 9aded9137ec..86293f273b3 100644
--- a/source/blender/blenloader/intern/versioning_290.c
+++ b/source/blender/blenloader/intern/versioning_290.c
@@ -686,6 +686,7 @@ static void do_versions_291_fcurve_handles_limit(FCurve *fcu)
}
}
+/* NOLINTNEXTLINE: readability-function-size */
void blo_do_versions_290(FileData *fd, Library *UNUSED(lib), Main *bmain)
{
UNUSED_VARS(fd);