diff options
author | Gael Guennebaud <g.gael@free.fr> | 2013-06-25 11:42:04 +0200 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2013-06-25 11:42:04 +0200 |
commit | 95f8a738ea23cf7d6f86ca99eddb5b22045c7f4b (patch) | |
tree | 3da2bd15b9159ad1aa37c9995eb651c3a0e5e688 /Eigen/SPQRSupport | |
parent | 4cc937794117a27c7a1d2643fdadd242dc83359a (diff) |
Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused variables in the unit tests and also fix a few other warnings.
Diffstat (limited to 'Eigen/SPQRSupport')
-rw-r--r-- | Eigen/SPQRSupport | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/SPQRSupport b/Eigen/SPQRSupport index 213e0284c..77016442e 100644 --- a/Eigen/SPQRSupport +++ b/Eigen/SPQRSupport @@ -26,4 +26,4 @@ #include "src/CholmodSupport/CholmodSupport.h" #include "src/SPQRSupport/SuiteSparseQRSupport.h" -#endif
\ No newline at end of file +#endif |