From 5474ab1758ba4c6f7f5d6fa69b7d3b8f09df24dc Mon Sep 17 00:00:00 2001
From: Stuart Campbell <campbellsi@ornl.gov>
Date: Fri, 21 Dec 2012 11:00:12 -0500
Subject: [PATCH] refs #6098. Compiler warnings

---
 Code/Mantid/Framework/CurveFitting/src/LeBailFit2.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Code/Mantid/Framework/CurveFitting/src/LeBailFit2.cpp b/Code/Mantid/Framework/CurveFitting/src/LeBailFit2.cpp
index e157514190e..816fc24024b 100644
--- a/Code/Mantid/Framework/CurveFitting/src/LeBailFit2.cpp
+++ b/Code/Mantid/Framework/CurveFitting/src/LeBailFit2.cpp
@@ -2830,6 +2830,8 @@ bool LeBailFit2::calculateDiffractionPatternMC(MatrixWorkspace_sptr dataws, size
                                               const MantidVec& domain, MantidVec& values,
                                               double &rwp, double& rp)
 {
+    UNUSED_ARG(domain);
+
   // 1. Set the parameters
   // a) Set the parameters to all peaks
   setPeaksParameters(m_dspPeaks, funparammap, 1.0, true);
-- 
GitLab