Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(417)

Unified Diff: src/interpreter/bytecodes.h

Issue 2758563002: [gn] Enable stricter build flags (Closed)
Patch Set: STDC_FORMAT_MACROS on mips Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/interpreter/bytecodes.h
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h
index f80469f523c4722f56d1b864d795ba8bacc65cff..8920440768a8f77d1b9d560597ae3d6e15714981 100644
--- a/src/interpreter/bytecodes.h
+++ b/src/interpreter/bytecodes.h
@@ -789,6 +789,7 @@ class V8_EXPORT_PRIVATE Bytecodes final {
default:
return 0;
}
+ UNREACHABLE();
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698