Bill Hoffman %!s(int64=23) %!d(string=hai) anos
pai
achega
384937a420
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Source/cmaketest.cxx

+ 4 - 0
Source/cmaketest.cxx

@@ -32,6 +32,9 @@ struct CleanUp
     {
     {
       cmMakefileGenerator::UnRegisterGenerators();
       cmMakefileGenerator::UnRegisterGenerators();
     }
     }
+  UseIt() 
+    {
+    }
 };
 };
 
 
 
 
@@ -39,6 +42,7 @@ struct CleanUp
 int main (int argc, char **argv)
 int main (int argc, char **argv)
 {
 {
   CleanUp cleanup;
   CleanUp cleanup;
+  cleanup.UseIt();
   if (argc < 4)
   if (argc < 4)
     {
     {
     std::cerr << "Usage: " << argv[0] << " test-src-dir test-bin-dir test-executable\n";
     std::cerr << "Usage: " << argv[0] << " test-src-dir test-bin-dir test-executable\n";