We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42629c8 commit e9f1136Copy full SHA for e9f1136
1 file changed
QuantExt/qle/math/matrixfunctions.cpp
@@ -22,7 +22,7 @@
22
23
#if defined(__GNUC__)
24
#pragma GCC diagnostic push
25
-#pragma GCC diagnostic ignored "-Wfloat-conversion"
+#pragma GCC diagnostic ignored "-Wfloat-conversion -Wunused-variable"
26
#endif
27
28
#include <unsupported/Eigen/MatrixFunctions>
0 commit comments