Skip to content

Commit

Permalink
fix: ignore spurious compiler warning in Eigen 3.4.0 header
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Nov 12, 2023
1 parent d316fff commit 536e3f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions JugReco/src/components/ImagingClusterReco.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
* Author: Chao Peng (ANL), 06/02/2021
*/
#include "fmt/format.h"
#pragma GCC diagnostic push // save the actual diag context
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized" // disable maybe warnings
#include <Eigen/Dense>
#pragma GCC diagnostic pop // restore previous diag context
#include <algorithm>

#include "Gaudi/Property.h"
Expand Down

0 comments on commit 536e3f9

Please sign in to comment.