From be78aeae4c429d7d68af3a3e1b0cf8e52fcff160 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 20 Aug 2019 13:42:26 -0300 Subject: Default for warnings changed to "off" Warnings are mostly a tool to help developers (e.g., by showing hidden error messages); regular users usually don't need to see them. --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'all') diff --git a/all b/all index 8f78ee4d..2a8cb92f 100755 --- a/all +++ b/all @@ -2,7 +2,7 @@ make -s -j cd testes/libs; make -s cd .. # back to directory 'testes' ulimit -S -s 2000 -if { ../lua all.lua; } then +if { ../lua -W all.lua; } then echo -e "\n\n final OK!!!!\n\n" else echo -e "\n\n >>>> BUG!!!!\n\n" -- cgit v1.2.3-55-g6feb