Created attachment 78646 [details] [review] tests: avoid an out-of-range int literal In this particular test case, the expected result according to the flags is "it fails", so the second column (expected converted value) is not relevant. This apparently causes build warnings (fatal by default) on ILP32 platforms, because 2147483648 is out-of-range for a signed int or signed long on such platforms. It's certainly also out-of-range for the struct member it's initializing, which is a gint32.
Comment on attachment 78646 [details] [review] tests: avoid an out-of-range int literal Review of attachment 78646 [details] [review]: ----------------------------------------------------------------- ++
Fixed in git for 5.15.0, thanks. (The test is new in master, so no need to fix in 5.14.)
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.