diff options
Diffstat (limited to 'qtmips_gui/coreview.cpp')
-rw-r--r-- | qtmips_gui/coreview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_gui/coreview.cpp b/qtmips_gui/coreview.cpp index f7cc416..1750cc1 100644 --- a/qtmips_gui/coreview.cpp +++ b/qtmips_gui/coreview.cpp @@ -9,7 +9,7 @@ CoreView::CoreView(QWidget *parent) : QGraphicsView(parent) { //fitInView(0, 0, 201, 201, Qt::KeepAspectRatioByExpanding); } -void CoreView::resizeEvent(QResizeEvent *event) { +void CoreView::resizeEvent(QResizeEvent *event __attribute__((unused))) { // fitInView(0, 0, 201, 201, Qt::KeepAspectRatioByExpanding); } |