summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemHoe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Items/ItemHoe.h')
-rw-r--r--src/Items/ItemHoe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Items/ItemHoe.h b/src/Items/ItemHoe.h
index 8fe53c343..a0bf44a93 100644
--- a/src/Items/ItemHoe.h
+++ b/src/Items/ItemHoe.h
@@ -75,5 +75,6 @@ public:
case dlaBreakBlock: return 0;
case dlaBreakBlockInstant: return 0;
}
+ UNREACHABLE("Unsupported durability loss action");
}
} ;