Kaynağa Gözat

ENH: remove warning

Bill Hoffman 20 yıl önce
ebeveyn
işleme
79479233d4
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 5 1
      Source/cmLocalUnixMakefileGenerator3.cxx

+ 5 - 1
Source/cmLocalUnixMakefileGenerator3.cxx

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