projects
/
platform
/
upstream
/
assimp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5a5343
)
unittest: Fix compiler warning
author
Kim Kulling
<kim.kulling@googlemail.com>
Thu, 15 Jun 2017 06:37:44 +0000
(08:37 +0200)
committer
Kim Kulling
<kim.kulling@googlemail.com>
Thu, 15 Jun 2017 06:37:44 +0000
(08:37 +0200)
test/unit/utObjTools.cpp
patch
|
blob
|
history
diff --git
a/test/unit/utObjTools.cpp
b/test/unit/utObjTools.cpp
index
89bb19a
..
e888d2c
100644
(file)
--- a/
test/unit/utObjTools.cpp
+++ b/
test/unit/utObjTools.cpp
@@
-110,7
+110,6
@@
TEST_F( utObjTools, countComponents_TwoLines_Success ) {
::memcpy( &buffer[ 0 ], &data[ 0 ], data.size() );
test_parser.setBuffer( buffer );
static const size_t Size = 4096UL;
- char data_buffer[ Size ];
size_t numComps = test_parser.testGetNumComponentsInDataDefinition();
EXPECT_EQ( 3U, numComps );