Skip to content
Snippets Groups Projects

CI: Suppress unnecessary warnings from commands on MacOS

Merged Ammar Nejati requested to merge suppressWarnings into r21
All threads resolved!
2 files
+ 0
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -88,7 +88,6 @@ public:
BackgroundItem* backgroundItem() const { return m_background.currentItem(); }
bool withPolarizerAnalyzer() const { return m_withPolarizerAnalyzer; }
void setWithPolarizerAnalyzer(bool with) { m_withPolarizerAnalyzer = with; }
bool withPolarizer() const { return m_withPolarizer; }
void setWithPolarizer(bool with) { m_withPolarizer = with; }
bool withAnalyzer() const { return m_withAnalyzer; }
Loading