remove warning message 71/177171/1
authorCho Woong Suk <ws77.cho@samsung.com>
Thu, 26 Apr 2018 05:24:09 +0000 (14:24 +0900)
committerCho Woong Suk <ws77.cho@samsung.com>
Thu, 26 Apr 2018 05:24:09 +0000 (14:24 +0900)
Change-Id: I1ef0ed82c04ee51cd99f4a4fe239f0fccb075db7

NativeLauncher/launcher/dotnet/dotnet_launcher.cc

index 10c36cd..c14e5f1 100644 (file)
@@ -65,7 +65,7 @@ const static std::vector<std::string> RID_FALLBACK_GRAPH =
 static std::string getExtraNativeLibDirs(const std::string& appRoot)
 {
        std::string candidate;
-       for (int i = 0; i < RID_FALLBACK_GRAPH.size(); i++) {
+       for (unsigned int i = 0; i < RID_FALLBACK_GRAPH.size(); i++) {
                if(!candidate.empty()) {
                        candidate += ":";
                }