From a9d80dc997f95aa17a12e4d797ecc26072a38edb Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Wed, 17 May 2017 02:53:16 +0300
Subject: In bmake script add -Wno-null-dereference to fix possible compiler
 issue.

---
 build/bmake | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build/bmake b/build/bmake
index 3813ac7a7..1d9a28d29 100755
--- a/build/bmake
+++ b/build/bmake
@@ -18,6 +18,8 @@ export CXXFLAGS="-pedantic -ggdb3 -O3 -pipe -ffast-math \
 
 source ./tools/ci/flags/gcc7.sh
 
+export CXXFLAGS="$CXXFLAGS -Wno-null-dereference"
+
 autoreconf -i
 cd build/tmp
 ../../configure --prefix=$dir/run \
-- 
cgit v1.2.3-70-g09d2