diff options
-rw-r--r-- | common/span.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/span.h b/common/span.h index 31cb7487a7..d48274039b 100644 --- a/common/span.h +++ b/common/span.h @@ -599,6 +599,8 @@ public: case kValidateSeek: modeName = "seeking"; break; + default: + break; } return String::format("Access violation %s %s: %u + %d > %u", |