Skip to content
Snippets Groups Projects

CI: Suppress unnecessary warnings from commands on MacOS

Merged Ammar Nejati requested to merge suppressWarnings into r21
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
#include "Base/Const/Units.h"
#include <numbers>
using std::numbers::pi;
#include "Base/Types/Span.h"
#include "Sample/HardParticle/HardParticles.h"
#include "Sample/Scattering/Rotations.h"
#include "Tests/GTestWrapper/google_test.h"
#include <numbers>
using std::numbers::pi;
using namespace std::complex_literals;
Loading