Changeset 19300


Ignore:
Timestamp:
10/24/18 22:17:11 (6 years ago)
Author:
tbretz
Message:
Disable some compiler warning for a QWT header.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc

    r18539 r19300  
    2020#include <qwt_symbol.h>
    2121#include <qwt_plot_grid.h>
     22#pragma GCC diagnostic push
     23#pragma GCC diagnostic ignored "-Woverloaded-virtual"
    2224#include <qwt_plot_zoomer.h>
     25#pragma GCC diagnostic pop
    2326
    2427#include "src/Configuration.h"
Note: See TracChangeset for help on using the changeset viewer.