Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
a620b046
Commit
a620b046
authored
Aug 16, 2012
by
Dave DeMarle
Browse files
Fix unused argument warning
Change-Id: Iad1aa1532ce743a437a4b120de09266d936e14e1
parent
afb58fb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/Matplotlib/Testing/Cxx/TestStringToPath.cxx
View file @
a620b046
...
...
@@ -46,7 +46,7 @@ protected:
};
//----------------------------------------------------------------------------
int
TestStringToPath
(
int
argc
,
char
*
argv
[])
int
TestStringToPath
(
int
vtkNotUsed
(
argc
)
,
char
*
vtkNotUsed
(
argv
)
[])
{
// Set up a 2D context view, context test object and add it to the scene
vtkNew
<
vtkContextView
>
view
;
...
...
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