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:
authorCampbell Barton <ideasman42@gmail.com>2019-10-20 08:42:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-10-20 08:42:49 +0300
commit047c66279ae7f7447e5fd1cbd5baba225e8cfe84 (patch)
tree620b1d86a5c6e1bcfc53d9c949d2091cedd5228c /tests/gtests/blenlib/BLI_map_test.cc
parent970d7ed860f1df7ad316830f7fef6babb5c66d7e (diff)
Cleanup: missing declaration warnings
Diffstat (limited to 'tests/gtests/blenlib/BLI_map_test.cc')
-rw-r--r--tests/gtests/blenlib/BLI_map_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtests/blenlib/BLI_map_test.cc b/tests/gtests/blenlib/BLI_map_test.cc
index 61e7a603d13..e91f809abba 100644
--- a/tests/gtests/blenlib/BLI_map_test.cc
+++ b/tests/gtests/blenlib/BLI_map_test.cc
@@ -156,7 +156,7 @@ TEST(map, ItemIterator)
EXPECT_TRUE(values.contains(0.0f));
}
-float return_42()
+static float return_42()
{
return 42.0f;
}