mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
b9f5f9c4fd
Fix #39154. For `gcc-14` [incompatible-pointer-types](https://gcc.gnu.org/gcc-14/porting_to.html#incompatible-pointer-types), *GCC no longer allows implicitly casting all pointer types to all other pointer types*. Add the suppress option as workaround.