Skip to content

Commit e9f1136

Browse files
pcaspersjenkins
authored andcommitted
compiler error
1 parent 42629c8 commit e9f1136

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QuantExt/qle/math/matrixfunctions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#if defined(__GNUC__)
2424
#pragma GCC diagnostic push
25-
#pragma GCC diagnostic ignored "-Wfloat-conversion"
25+
#pragma GCC diagnostic ignored "-Wfloat-conversion -Wunused-variable"
2626
#endif
2727

2828
#include <unsupported/Eigen/MatrixFunctions>

0 commit comments

Comments
 (0)