Browse Source

ENH: remove warning

Bill Hoffman 20 years ago
parent
commit
79479233d4
1 changed files with 5 additions and 1 deletions
  1. 5 1
      Source/cmLocalUnixMakefileGenerator3.cxx

+ 5 - 1
Source/cmLocalUnixMakefileGenerator3.cxx

@@ -504,7 +504,11 @@ cmLocalUnixMakefileGenerator3
 //----------------------------------------------------------------------------
 std::string 
 cmLocalUnixMakefileGenerator3
-::GetFrameworkFlags(cmTarget& target)
+::GetFrameworkFlags(cmTarget& 
+#ifdef __APPLE__                    
+                    target
+#endif
+  )
 {
 #ifndef __APPLE__
   return std::string();