Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
77c9cd64
Commit
77c9cd64
authored
Aug 05, 2010
by
Alexander Wiebel
Browse files
[FIX
#342
] eliminated warnings
parent
7c96b374
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/modules/homeGlyphs/WMHomeGlyphs.cpp
src/modules/homeGlyphs/WMHomeGlyphs.cpp
+3
-3
No files found.
src/modules/homeGlyphs/WMHomeGlyphs.cpp
View file @
77c9cd64
...
...
@@ -172,8 +172,8 @@ void WMHomeGlyphs::renderSlice( size_t sliceId )
m_moduleNode
=
new
WGEGroupNode
();
debugLog
()
<<
"start loop ... "
<<
sliceId
;
size_t
nA
;
size_t
nB
;
size_t
nA
=
0
;
// initialized to quiet compiler
size_t
nB
=
0
;
// initialized to quiet compiler
switch
(
sliceType
)
{
case
xSlice
:
...
...
@@ -222,7 +222,7 @@ void WMHomeGlyphs::renderSlice( size_t sliceId )
size_t
glyphId
=
aId
*
nB
+
bId
;
size_t
vertsUpToCurrentIteration
=
glyphId
*
nbVerts
;
size_t
posId
;
size_t
posId
=
0
;
// initialized to quiet compiler
switch
(
sliceType
)
{
case
xSlice
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment