0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-27 13:33:17 +08:00
Arseny Kapoulkine f9a2a7d19e Fix Wdouble-promotion warnings
We had a few places in test code and library source where we used an
implicit float->double cast; while it should preserve the value exactly,
gcc/clang implement this warning to make sure uses of double are intentional.

This change also adds the warning to Makefile to make sure we don't
regress on this warning.

Fixes #243.
2018-11-23 23:39:22 -08:00
..
2015-03-13 22:13:10 -07:00
2017-02-09 07:37:38 -08:00
2017-04-03 21:09:37 -07:00
2017-02-09 07:37:38 -08:00
2018-04-02 21:46:14 -07:00
2018-11-23 23:39:22 -08:00
2018-11-23 23:39:22 -08:00