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