You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[src] Silence GCC 12 warnings about dangling pointers (JuliaLang#45617)
* [src] Silence GCC 12 warnings about dangling pointers
* [src] Compile with `-Wno-pragmas` to allow pragrams accepted only by different compilers
* [src] Use pragma only when relevant (GCC >= 12)
Using `-Wno-pragmas` would still cause issues when building with `-Werror`.
0 commit comments