Skip to content
Snippets Groups Projects
Commit 327a0f3c authored by Sean McBride's avatar Sean McBride
Browse files

Added function prototype to fix warning

Fixes -Wmissing-prototypes warning.

Change-Id: I64230168ee438bc09f616fd55ebe646f24785a03
parent ed69e315
No related branches found
No related tags found
No related merge requests found
......@@ -236,6 +236,7 @@ ostream& vtkIOStreamPrint(ostream& os, vtkIOStreamULL value)
// vtkIOStream.obj : warning LNK4221: no public symbols found; archive
// member will be inaccessible
//
int vtkIOStreamAvoidLNK4221Warning();
int vtkIOStreamAvoidLNK4221Warning()
{
return 0;
......
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