From 12a4000e819fc523a468003774f0950f76380aa3 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Fri, 28 Sep 2012 06:16:03 +0000 Subject: [PATCH] all warnings being treated as errors Former-commit-id: 49c41bbdc4e3756231ea0c835bfe566fec09761e --- build-debs-all | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-debs-all b/build-debs-all index 51c7a35..7d890ea 100755 --- a/build-debs-all +++ b/build-debs-all @@ -41,6 +41,9 @@ function makedeb { packages=`find . -maxdepth 2 -name make_deb.sh | cut -d/ -f 2 | xargs` +#fix 'all warnings being treated as errors' +export NO_WERROR=1 + # build all debian packages for file in `echo $packages` do