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
..
args.h Fix stored type detection 2022-02-05 10:44:34 -08:00
chrono.h Optimize writing to buffers via back_insert_iterator 2022-09-12 15:32:12 -07:00
color.h Optimize writing to buffers via back_insert_iterator 2022-09-12 15:32:12 -07:00
compile.h Improve error reporting in format string compilation 2022-08-24 09:05:15 -07:00
core.h Optimize writing to buffers via back_insert_iterator 2022-09-12 15:32:12 -07:00
format-inl.h Improve locale API 2022-09-11 09:33:31 -07:00
format.h Suppress -Wfloat-equal 2022-09-13 11:14:30 -07:00
os.h Remove deprecated APIs 2022-05-22 07:10:09 -07:00
ostream.h Suppress -Wshadow 2022-09-13 11:14:30 -07:00
printf.h Move to_string_view to detail 2022-05-29 22:51:31 -07:00
ranges.h Workaround C complex.h idiocy 2022-09-03 06:35:55 -07:00
std.h Add class name output to formatter for std::exception (#3076) 2022-09-10 08:04:00 -07:00
xchar.h Optimize writing to buffers via back_insert_iterator 2022-09-12 15:32:12 -07:00