summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-07-20 22:23:14 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2005-07-20 22:23:14 -0400
commit21d6980897d08a32d238497900d87d026d580a25 (patch)
tree4f9dc0ca9dd6ed1df3caa3865e43c216acf8da7a /Source/cmGlobalXCodeGenerator.cxx
parentb8b298104b18486e65fd40ae410a327d9e6fe8f3 (diff)
downloadcmake-21d6980897d08a32d238497900d87d026d580a25.tar.gz
ENH: fix warning
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index 3e0809e6ec..c91d2c0b7c 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -32,7 +32,7 @@
class cmXcodeVersionParser : public cmXMLParser
{
public:
- void StartElement(const char* name, const char** atts)
+ void StartElement(const char* , const char** )
{
m_Data = "";
}