Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
77c9cd64
Commit
77c9cd64
authored
Aug 05, 2010
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[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