Explorar o código

ENH: remove warnings on sgi

Bill Hoffman %!s(int64=22) %!d(string=hai) anos
pai
achega
1616135d4e
Modificáronse 1 ficheiros con 5 adicións e 3 borrados
  1. 5 3
      Source/cmTarget.cxx

+ 5 - 3
Source/cmTarget.cxx

@@ -369,7 +369,8 @@ void cmTarget::AddLinkLibrary(cmMakefile& mf,
                                 "general", "Library is used for both debug and optimized links",
                                 cmCacheManager::STATIC);
           }
-        } break;
+        }
+        break;
       case cmTarget::OPTIMIZED:
         {
         const char* def = mf.GetDefinition(linkTypeName.c_str());
@@ -385,9 +386,10 @@ void cmTarget::AddLinkLibrary(cmMakefile& mf,
                                 "general", "Library is used for both debug and optimized links",
                                 cmCacheManager::STATIC);
           }
-        } break;
+        }
+        break;
+      case cmTarget::GENERAL:
         break;
-      case cmTarget::GENERAL: break;
       }
     }
   // Add the explicit dependency information for this target. This is