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

Unified Diff: src/IceClFlags.h

Issue 1062803005: Removing 3 warnings. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 8 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/IceBrowserCompileServer.h ('k') | src/IceCompileServer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceClFlags.h
diff --git a/src/IceClFlags.h b/src/IceClFlags.h
index b581a24d5a34500f78920eeca53f9bbdcb88f8a0..076200266b581fcc67132fe020222fb05df9d397 100644
--- a/src/IceClFlags.h
+++ b/src/IceClFlags.h
@@ -141,7 +141,9 @@ public:
TInstrSet = NewValue;
}
- VerboseMask getVerbose() const { return ALLOW_DUMP ? VMask : IceV_None; }
+ VerboseMask getVerbose() const {
+ return ALLOW_DUMP ? VMask : (VerboseMask)IceV_None;
+ }
void setVerbose(VerboseMask NewValue) { VMask = NewValue; }
// IceString accessors.
« no previous file with comments | « src/IceBrowserCompileServer.h ('k') | src/IceCompileServer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698