summaryrefslogtreecommitdiff
path: root/lib/Basic/IdentifierTable.cpp
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2015-08-20 16:59:30 +0100
committerBen Brewer <ben.brewer@codethink.co.uk>2015-08-21 10:03:42 +0100
commitd72c4e0475ec1c8d6ad352bcd478501df42d59f9 (patch)
treefe1fe201861759d0ec24decddb120152f81b0bb7 /lib/Basic/IdentifierTable.cpp
parent2fd4986965e8f91ac26f6d572ea978e4f52e05b6 (diff)
downloadflang-benbrewer/warnings.tar.gz
Fix misc. compiler warningsbenbrewer/warnings
Diffstat (limited to 'lib/Basic/IdentifierTable.cpp')
-rw-r--r--lib/Basic/IdentifierTable.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Basic/IdentifierTable.cpp b/lib/Basic/IdentifierTable.cpp
index 96ee7d39eb..93abc28a3f 100644
--- a/lib/Basic/IdentifierTable.cpp
+++ b/lib/Basic/IdentifierTable.cpp
@@ -90,6 +90,7 @@ void IdentifierTable::AddPredefineds(const LangOptions &LangOpts) {
#define FORMAT_SPEC(NAME, FLAGS) \
AddPredefined(llvm::StringRef(#NAME), tok::fs_ ## NAME, \
FLAGS, LangOpts, *this, true);
+#undef OPERATOR
#define OPERATOR(NAME, FLAGS)
#include "flang/Basic/TokenKinds.def"
}