Björn Schäpers
2d66ad5d33
Suppress -Wshadow
Solves:
/fmt/include/fmt/ostream.h:89:18: warning: declaration of 'fbuf' shadows a previous local [-Wshadow]
89 | else if (auto* fbuf = dynamic_cast<__gnu_cxx::stdio_filebuf<char>*>(rdbuf))
| ^~~~
C:/GIT/ok-mimot/libs/3rdParty/fmt/include/fmt/ostream.h:87:13: note: shadowed declaration is here
87 | if (auto* fbuf = dynamic_cast<__gnu_cxx::stdio_sync_filebuf<char>*>(rdbuf))
| ^~~~
2022-09-13 11:14:30 -07:00
..
2022-02-05 10:44:34 -08:00
2022-09-12 15:32:12 -07:00
2022-09-12 15:32:12 -07:00
2022-08-24 09:05:15 -07:00
2022-09-12 15:32:12 -07:00
2022-09-11 09:33:31 -07:00
2022-09-13 11:14:30 -07:00
2022-05-22 07:10:09 -07:00
2022-09-13 11:14:30 -07:00
2022-05-29 22:51:31 -07:00
2022-09-03 06:35:55 -07:00
2022-09-10 08:04:00 -07:00
2022-09-12 15:32:12 -07:00