diff options
author | vjpai <vpai@google.com> | 2015-06-08 14:44:03 -0700 |
---|---|---|
committer | vjpai <vpai@google.com> | 2015-06-08 14:44:03 -0700 |
commit | 2490d9dc919395826f85562701639d5df4467851 (patch) | |
tree | 87b89000c6900e87476436fcb3e9a11c5aecc2fe /test/cpp | |
parent | 37253d967b3dc2342f224355d1c742a3692b2298 (diff) |
Handle all cases properly
Diffstat (limited to 'test/cpp')
-rw-r--r-- | test/cpp/qps/qps_driver.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cpp/qps/qps_driver.cc b/test/cpp/qps/qps_driver.cc index eceb5103f6..d534846365 100644 --- a/test/cpp/qps/qps_driver.cc +++ b/test/cpp/qps/qps_driver.cc @@ -132,6 +132,9 @@ static void QpsDriver() { pareto->set_alpha(FLAGS_load_param_2); break; } + default: + GPR_ASSERT(false); + break; } ServerConfig server_config; |