aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-08-20 13:42:26 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-08-20 13:42:26 -0300
commitbe78aeae4c429d7d68af3a3e1b0cf8e52fcff160 (patch)
treee81d25014e238f589997f109ba10a875c3a875dc /all
parent5bc47fe83087e0686f4639d031801837846e4c65 (diff)
downloadlua-be78aeae4c429d7d68af3a3e1b0cf8e52fcff160.tar.gz
lua-be78aeae4c429d7d68af3a3e1b0cf8e52fcff160.tar.bz2
lua-be78aeae4c429d7d68af3a3e1b0cf8e52fcff160.zip
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.
Diffstat (limited to 'all')
-rwxr-xr-xall2
1 files changed, 1 insertions, 1 deletions
diff --git a/all b/all
index 8f78ee4d..2a8cb92f 100755
--- a/all
+++ b/all
@@ -2,7 +2,7 @@ make -s -j
2cd testes/libs; make -s 2cd testes/libs; make -s
3cd .. # back to directory 'testes' 3cd .. # back to directory 'testes'
4ulimit -S -s 2000 4ulimit -S -s 2000
5if { ../lua all.lua; } then 5if { ../lua -W all.lua; } then
6 echo -e "\n\n final OK!!!!\n\n" 6 echo -e "\n\n final OK!!!!\n\n"
7else 7else
8 echo -e "\n\n >>>> BUG!!!!\n\n" 8 echo -e "\n\n >>>> BUG!!!!\n\n"