Old gcc versions have problems with recursive #pragma GCC diagnostic push/pop

Workaround: Don't include "DisableStupidWarnings.h" before including other main-headers
(grafted from 42f3ee4fb8
)
This commit is contained in:
Christoph Hertzberg
2018-08-28 11:44:15 +02:00
parent c781bf2202
commit c28ba89fe2
6 changed files with 10 additions and 11 deletions

View File

@@ -28,7 +28,6 @@
*
*/
#include "OrderingMethods"
#include "src/SparseCore/SparseColEtree.h"
#include "src/SparseQR/SparseQR.h"