diff options
Diffstat (limited to 'src/Blocks/BlockButton.h')
-rw-r--r-- | src/Blocks/BlockButton.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Blocks/BlockButton.h b/src/Blocks/BlockButton.h index 3a31b774e..f4994f193 100644 --- a/src/Blocks/BlockButton.h +++ b/src/Blocks/BlockButton.h @@ -276,5 +276,6 @@ private: return { 0, 0, 0 }; } } + UNREACHABLE(!"Unhandled block face!"); } } ; |