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

Unified Diff: src/ast/context-slot-cache.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/api.cc ('k') | src/ast/modules.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast/context-slot-cache.h
diff --git a/src/ast/context-slot-cache.h b/src/ast/context-slot-cache.h
index 4345a65a3d061797580302a16a096d282358a1f6..b4e359091960ea5fee72482c3e20dbeaab2fcae9 100644
--- a/src/ast/context-slot-cache.h
+++ b/src/ast/context-slot-cache.h
@@ -38,7 +38,7 @@ class ContextSlotCache {
for (int i = 0; i < kLength; ++i) {
keys_[i].data = NULL;
keys_[i].name = NULL;
- values_[i] = kNotFound;
+ values_[i] = static_cast<uint32_t>(kNotFound);
}
}
« no previous file with comments | « src/api.cc ('k') | src/ast/modules.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698