From 9dbc014af7a257f347e746740e5276bdaa885e38 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Thu, 17 Dec 2020 22:53:47 -0600 Subject: 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. --- source/blender/blenloader/intern/versioning_290.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenloader') 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); -- cgit v1.2.3