Skip to content

Commit 2714b53

Browse files
pcaspersjenkins
authored andcommitted
fix
1 parent e9f1136 commit 2714b53

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

QuantExt/qle/math/matrixfunctions.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@
2222

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

2829
#include <unsupported/Eigen/MatrixFunctions>
2930

3031
#if defined(__GNUC__)
3132
#pragma GCC diagnostic pop
33+
#pragma GCC diagnostic pop
3234
#endif
3335

3436
namespace QuantExt {

0 commit comments

Comments
 (0)