| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| c++11 | ||
| c++17 | ||
| c++98 | ||
| filesystem | ||
| shared | ||
| Makefile.am | ||
| Makefile.in |
The warnings about changes to empty struct parameter passing can be ignored because the callers are all internal to the library, and so compiled with the same -fabi-version as the function definitions. It would be preferable to use #pragma GCC diagnostic warning "-Wabi=12" to get warnings about any other ABI changes in future versions, but until PR c++/87611 is fixed the warnings must be completely disabled with #pragma GCC diagnostic ignroed "-Wabi". PR libstdc++/87587 * src/c++11/cxx11-shim_facets.cc: Suppress -Wabi warnings. From-SVN: r265163
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| c++11 | Loading commit data... | |
| c++17 | Loading commit data... | |
| c++98 | Loading commit data... | |
| filesystem | Loading commit data... | |
| shared | Loading commit data... | |
| Makefile.am | Loading commit data... | |
| Makefile.in | Loading commit data... |