Explorar o código

ERR: Run should return a value

Andy Cedilnik %!s(int64=22) %!d(string=hai) anos
pai
achega
2b0f71f100
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Source/cmake.h

+ 1 - 1
Source/cmake.h

@@ -120,7 +120,7 @@ class cmake
    * Handle a command line invocation of cmake.
    */
   int Run(const std::vector<std::string>&args)
-    { this->Run(args, false); }
+    { return this->Run(args, false); }
   int Run(const std::vector<std::string>&args, bool noconfigure);
 
   /**