Skip to content
Snippets Groups Projects
Commit 3adad452 authored by Jaswant Panchumarti (Kitware)'s avatar Jaswant Panchumarti (Kitware)
Browse files

Fix -Wunused-const-variable in TestComputeShader

parent e1461840
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,8 @@ void main() {
return EXIT_FAILURE;
}
}
#else
(void)TotalSize;
#endif
return EXIT_SUCCESS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment