From 646ae07a0fcbbea4a0105c02102cdbbe3784ce1c Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 24 Feb 2008 00:55:22 +0000 Subject: Warning and whitespace cleanup (bzr r4838) --- src/trace/siox.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/trace/siox.h') diff --git a/src/trace/siox.h b/src/trace/siox.h index 5d6059d3c..42fd30421 100644 --- a/src/trace/siox.h +++ b/src/trace/siox.h @@ -267,8 +267,8 @@ public: * If the coordinates are out of range, do nothing. */ virtual void setPixel(unsigned int x, unsigned int y, - unsigned int a, - unsigned int r, + unsigned int a, + unsigned int r, unsigned int g, unsigned int b); @@ -368,7 +368,7 @@ private: * Confidence matrix data */ float *cmdata; - + private: /** @@ -411,7 +411,7 @@ public: * Informs the observer how much has been completed. * Return false if the processing should be aborted. */ - virtual bool progress(float percentCompleted) + virtual bool progress(float /*percentCompleted*/) { return true; } @@ -420,7 +420,7 @@ public: * Send an error string to the Observer. Processing will * be halted. */ - virtual void error(const std::string &msg) + virtual void error(const std::string &/*msg*/) { } @@ -453,7 +453,7 @@ public: */ static const float FOREGROUND_CONFIDENCE; //=0.8f; - /** + /** * Confidence for foreground or background type being equally likely. */ static const float UNKNOWN_REGION_CONFIDENCE; //=0.5f; -- cgit v1.2.3