From 924a61325bc01c5ccef4d2796e46993b6db96cf1 Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Thu, 12 Sep 2024 15:45:33 +0800 Subject: [PATCH] =?UTF-8?q?ft:=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/eMake.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eMake.erl b/src/eMake.erl index f88d458..273e111 100644 --- a/src/eMake.erl +++ b/src/eMake.erl @@ -413,6 +413,6 @@ check_includes2(Epp, File, ObjMTime) -> false; {error, _Error} -> check_includes2(Epp, File, ObjMTime); - _ -> + {warning, _Warning} -> check_includes2(Epp, File, ObjMTime) end. \ No newline at end of file