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>
Tue, 5 Sep 2023 02:40:42 +0000 (22:40 -0400)
commitedf9c5f8bf39b475fd5fd43caa233498fa0a4fc0
tree7a35cc8026ef60bd7be81ed9814bf3cc58673128
parenta238454651867338aa362b4e1a710cd36173ff64
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