Fixing return unreachable warning on NVCC

This commit is contained in:
Henry Schreiner 2018-07-09 12:27:59 +03:00 committed by Victor Zverovich
parent e5c93108e6
commit 9c32e73abf

View File

@ -1476,7 +1476,6 @@ void arg_map<Context>::init(const basic_format_args<Context> &args) {
break; // Do nothing. break; // Do nothing.
} }
} }
return;
} }
for (unsigned i = 0; ; ++i) { for (unsigned i = 0; ; ++i) {
switch (args.args_[i].type_) { switch (args.args_[i].type_) {