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

Unified Diff: src/interpreter/bytecodes.h

Issue 2758563002: [gn] Enable stricter build flags (Closed)
Patch Set: Address comment 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
« no previous file with comments | « src/heap/spaces-inl.h ('k') | src/libsampler/sampler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « src/heap/spaces-inl.h ('k') | src/libsampler/sampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698