Author: Michael Hanke <michael.hanke@gmail.com>
Description: Prevent compile failure when -DQT4_FILE_POS_BUG=1
--- a/caret_files/DeformationMapFile.cxx
+++ b/caret_files/DeformationMapFile.cxx
@@ -381,7 +381,7 @@
  * Read the deformation map file's data.
  */
 void
-DeformationMapFile::readFileData(QFile& /*file*/, QTextStream& stream, QDataStream& binStream,
+DeformationMapFile::readFileData(QFile& file, QTextStream& stream, QDataStream& binStream,
                                   QDomElement& /* rootElement */) 
                                                     throw (FileException)
 {
--- a/caret_files/TopologyFile.cxx
+++ b/caret_files/TopologyFile.cxx
@@ -1694,7 +1694,7 @@
  * Read topology file version 1.
  */
 void
-TopologyFile::readFileDataVersion1(QFile& /*file*/,
+TopologyFile::readFileDataVersion1(QFile& file,
                                    QTextStream& stream,
                                    QDataStream& binStream) throw (FileException)
 {
