try to fix the coverity stuff

This commit is contained in:
Sylvestre Ledru 2017-04-09 08:50:02 +00:00
parent 8bb58ffa7a
commit 9d8e0825eb

4
debian/rules vendored
View File

@ -213,8 +213,8 @@ override_dh_auto_configure: preconfigure
cov-configure --compiler clang --comptype clang; \
cov-configure --compiler gcc-6 --comptype gcc; \
cov-configure --compiler g++-6 --comptype gcc; \
cov-configure -co /usr/bin/g++-6 -- -std=c++0x -fPIC -std=c++11; \
cov-configure -co /usr/bin/gcc-6 -- -fPIC; \
cov-configure -co /usr/bin/g++-6 --comptype gcc -- -std=c++0x -fPIC -std=c++11; \
cov-configure -co /usr/bin/gcc-6 --comptype gcc -- -fPIC; \
cov-configure --compiler cc --comptype gcc --template \
--xml-option append_arg:"--ppp_translator" \
--xml-option append_arg:"replace/llvm::AlignOf<PrevTy>::Alignment/(llvm::AlignOf<PrevTy>::Alignment)" \