]> matita.cs.unibo.it Git - helm.git/commitdiff
ignore boolean returned by saveDocument
authorStefano Zacchiroli <zack@upsilon.cc>
Fri, 22 Oct 2004 12:52:35 +0000 (12:52 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Fri, 22 Oct 2004 12:52:35 +0000 (12:52 +0000)
helm/gTopLevel/termViewer.ml

index 25570868b9385120b76881a667dd1a802d34ea04..4eac2617a6b4f9cff7949bf4b558715b651b6dc2 100644 (file)
@@ -130,7 +130,7 @@ class sequent_viewer ~(mml_of_cic_sequent:mml_of_cic_sequent) obj =
 prerr_endline "PRIMA DI SALVARE IL FILE" ;
     self#load_root ~root:sequent_mml#get_documentElement ;
 prerr_endline "SALVO IL FILE IN TEMP" ;
-Misc.domImpl#saveDocumentToFile ~name:"/tmp/pippo" ~doc:sequent_mml () ;
+ignore (Misc.domImpl#saveDocumentToFile ~name:"/tmp/pippo" ~doc:sequent_mml ());
      current_infos <-
       Some (ids_to_terms,ids_to_father_ids,ids_to_hypotheses)
  end