diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-07-21 02:23:14 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-07-21 02:23:14 (GMT) |
commit | 21d6980897d08a32d238497900d87d026d580a25 (patch) | |
tree | 4f9dc0ca9dd6ed1df3caa3865e43c216acf8da7a /Source/cmGlobalXCodeGenerator.cxx | |
parent | b8b298104b18486e65fd40ae410a327d9e6fe8f3 (diff) | |
download | CMake-21d6980897d08a32d238497900d87d026d580a25.zip CMake-21d6980897d08a32d238497900d87d026d580a25.tar.gz CMake-21d6980897d08a32d238497900d87d026d580a25.tar.bz2 |
ENH: fix warning
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index 3e0809e..c91d2c0 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 = ""; } |