Fixing return unreachable warning on NVCC
This commit is contained in:
parent
e5c93108e6
commit
9c32e73abf
@ -1476,7 +1476,6 @@ void arg_map<Context>::init(const basic_format_args<Context> &args) {
|
||||
break; // Do nothing.
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
for (unsigned i = 0; ; ++i) {
|
||||
switch (args.args_[i].type_) {
|
||||
|
Loading…
Reference in New Issue
Block a user