From 65bccb4fc48707a8bcccedaa57a87468ad8b7349 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 4 Jan 2017 01:43:42 +0300 Subject: Add compiler flag -Wno-attributes for prevent warnings about packed attributes. --- build/pmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/pmake') diff --git a/build/pmake b/build/pmake index e1cf775c9..f853353e1 100755 --- a/build/pmake +++ b/build/pmake @@ -10,7 +10,7 @@ export CXX=g++ export LANG=C -export CXXFLAGS="-g -pg -fno-inline -fno-omit-frame-pointer" +export CXXFLAGS="-g -pg -fno-inline -fno-omit-frame-pointer -Wno-attributes" autoreconf -i cd build/tmp -- cgit v1.2.3-60-g2f50