diff options
-rw-r--r-- | profile-widget/diveprofileitem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profile-widget/diveprofileitem.cpp b/profile-widget/diveprofileitem.cpp index 5f2849fb4..b7729bda1 100644 --- a/profile-widget/diveprofileitem.cpp +++ b/profile-widget/diveprofileitem.cpp @@ -155,6 +155,7 @@ int DiveProfileItem::maxCeiling(int row) void DiveProfileItem::modelDataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) { bool eventAdded = false; + (void)eventAdded; if (!shouldCalculateStuff(topLeft, bottomRight)) return; |