File fix-narrowing-conversion.patch of Package d2x-xl
diff -Nur old/maths/tables.cpp new/maths/tables.cpp
--- old/maths/tables.cpp 2014-07-02 19:59:13.000000000 +0200
+++ new/maths/tables.cpp 2016-06-30 02:54:48.308421322 +0200
@@ -885,7 +885,7 @@
fix isqrt_guess_table [] = {
// 0,
- 0x80000000,
+ static_cast<fix>(0x80000000),
16777216,11863283,9686330,8388608,7502999,6849269,6341191,
5931641,5592405,5305421,5058520,4843165,4653162,4483899,4331858,
4194304,4069072,3954427,3848957,3751499,3661088,3576914,3498291,