Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Michael Migliore
VTK
Commits
b4bddc41
Commit
b4bddc41
authored
Sep 28, 2017
by
Ken Martin
Browse files
fix a unused var warning
just a minor warning fix
parent
886a187a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Accelerators/Vtkm/Testing/Cxx/TestVTKMGradient.cxx
View file @
b4bddc41
...
...
@@ -304,7 +304,7 @@ namespace
}
// end local namespace
//-----------------------------------------------------------------------------
int
TestVTKMGradient
(
int
argc
,
char
*
argv
[])
int
TestVTKMGradient
(
int
/*
argc
*/
,
char
*
/* argv */
[])
{
vtkDataSet
*
grid
=
nullptr
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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