소스 검색

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; *)