summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/tools/llvm-profdata/llvm-profdata.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/llvm-profdata/llvm-profdata.cpp b/llvm/tools/llvm-profdata/llvm-profdata.cpp
index 52488af1c91..9ce0485fb13 100644
--- a/llvm/tools/llvm-profdata/llvm-profdata.cpp
+++ b/llvm/tools/llvm-profdata/llvm-profdata.cpp
@@ -82,6 +82,8 @@ static void handleMergeWriterError(std::error_code &Error,
Hint = "Make sure that all profile data to be merged is generated " \
"from the same binary.";
break;
+ default:
+ break;
}
}
OpenPOWER on IntegriCloud