Chromium Code Reviews

Unified Diff: src/IceTypes.h

Issue 296823013: Fix g++ -pedantic warnings (Closed) Base URL: https://gerrit.chromium.org/gerrit/p/native_client/pnacl-subzero.git@master
Patch Set: Remove the empty string concatenation since macro args won't be empty Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/IceTargetLoweringX8632.cpp ('k') | src/IceTypes.def » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTypes.h
diff --git a/src/IceTypes.h b/src/IceTypes.h
index 21c399d4bf96dc2bb5efc1647937ca7661e9c66c..a919465026d77a8fdb4af2ee3ad0cc671ee17cea 100644
--- a/src/IceTypes.h
+++ b/src/IceTypes.h
@@ -24,6 +24,7 @@ enum Type {
#define X(tag, size, align, str) tag,
ICETYPE_TABLE
#undef X
+ IceType_NUM
};
enum TargetArch {
« no previous file with comments | « src/IceTargetLoweringX8632.cpp ('k') | src/IceTypes.def » ('j') | no next file with comments »

Powered by Google App Engine