Simon Krajewski 10 년 전
부모
커밋
02a525adce
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      filters.ml

+ 1 - 0
filters.ml

@@ -10,6 +10,7 @@ let rec verify_ast ctx e =
 		| TConst TNull ->
 			(* TODO: https://github.com/HaxeFoundation/haxe/issues/4072 *)
 			(* display_error ctx ("Invalid null expression: " ^ (s_expr_pretty "" (s_type (print_context())) e)) e.epos *)
+			()
 		| _ -> ()
 	in
 	let rec loop e = match e.eexpr with