Skip to content

Commit

Permalink
Re #5801. Eliminate gcc4.4 compiler warning.
Browse files Browse the repository at this point in the history
Comment out this line until the variable needs to be used.
  • Loading branch information
RussellTaylor committed Oct 24, 2012
1 parent 6d027e7 commit 0b54902
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RefMatrixWSImageView::RefMatrixWSImageView( QString wps_name)
std::cout << "ws->readX(0).size(): " << ws->readX(0).size() << std::endl;
image_view = new RefImageView( source );

void* iv_connections = image_view->getIVConnections();
//void* iv_connections = image_view->getIVConnections();

}

Expand Down

0 comments on commit 0b54902

Please sign in to comment.