mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 21:16:56 +00:00
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.
|
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