Skip to content

Commit 08af8a1

Browse files
author
Eric Ehlers
committed
update docs
1 parent 3124c76 commit 08af8a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Docs/pages/build_git_swig_linux.dox

+2-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ cd $REPOSIT_DIR/QuantLibAddin
173173
--prefix=$REPOSIT_DIR/install \
174174
--with-boost-include=$REPOSIT_DIR/install/include \
175175
--with-boost-lib=$REPOSIT_DIR/install/lib \
176-
--with-swig=$REPOSIT_DIR/swig
176+
--with-swig=$REPOSIT_DIR/swig \
177+
CXXFLAGS=-Wno-unused-local-typedefs
177178
export LD_LIBRARY_PATH=$REPOSIT_DIR/install/lib
178179
make SWIG
179180
make

0 commit comments

Comments
 (0)