瀏覽代碼

ocaml 4 warning fix

Nicolas Cannasse 12 年之前
父節點
當前提交
d3ce801fac
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      genjava.ml

+ 1 - 1
genjava.ml

@@ -2849,7 +2849,7 @@ let normalize_jclass com cls =
           end
         ) cif.cmethods;
         List.iter (loop_interface abstract cif) cif.cinterfaces;
-    with Not_found _ -> ()
+    with Not_found -> ()
   in
   (* another pass: *)
   (* if List.mem JAbstract cls.cflags then List.iter loop_interface cls.cinterfaces; *)