Fixing return unreachable warning on NVCC
This commit is contained in:
parent
60c662b3a7
commit
3b98cf7f8b
@ -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_) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user