Support GCC 10+.
authorAaron M. Ucko <ucko@debian.org>
Mon, 7 Sep 2020 02:57:35 +0000 (22:57 -0400)
committerAaron M. Ucko <ucko@debian.org>
Sun, 4 Aug 2024 20:04:32 +0000 (16:04 -0400)
commit333f3ade0d0f2e011e26cba766b4801efaac8a00
treeff675bac7ac762715fba461756f82dd48ec40a4c
parent7273bd1e47eaa5c937fd7d5be116d90cade378fb
Support GCC 10+.

Debian-Bug: 957581.

* ncbifile.cpp (s_GetFileSystemInfo): Formally cast st.f_type to avoid
  narrowing errors for cases with the high bit set when that field is
  a 32-bit signed integer (as on i386).

Gbp-Pq: Name support_gcc10
c++/src/corelib/ncbifile.cpp