mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Fixing return unreachable warning on NVCC
This commit is contained in:
committed by
Victor Zverovich
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_) {
|
||||
|
Reference in New Issue
Block a user