From 46a5f8328350cd87a62492c348f93e565ec5d780 Mon Sep 17 00:00:00 2001 From: Marek Bel Date: Wed, 19 Jun 2019 18:30:12 +0200 Subject: [PATCH] Disable language check warnings of type "[W]: No display definition on line". Those warnings were masking all other much more useful build process output. --- lang/lang-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/lang-build.sh b/lang/lang-build.sh index e528ff94d..b8c2476eb 100755 --- a/lang/lang-build.sh +++ b/lang/lang-build.sh @@ -82,7 +82,7 @@ generate_binary() rm -f lang_$1.dat LNG=$1 #check lang dictionary - /usr/bin/env python lang-check.py $1 + /usr/bin/env python lang-check.py $1 --no-warning #create lang_xx.tmp - different processing for 'en' language if [ "$1" = "en" ]; then #remove comments and empty lines