]> granicus.if.org Git - curl/commit
curl-compilers.m4: enable double-promotion warning
authorMarcel Raad <raad@teamviewer.com>
Fri, 16 Jun 2017 12:06:23 +0000 (14:06 +0200)
committerMarcel Raad <raad@teamviewer.com>
Fri, 16 Jun 2017 20:31:57 +0000 (22:31 +0200)
commitb5c5909f30ea68a1528b1fe24871b2e49a01f119
treea7cd006c238cb4375e23a391d4a88183dcd0198c
parent783ce023a54cde30f9b3597554d65e0d24aa2655
curl-compilers.m4: enable double-promotion warning

Enable -Wdouble-promotion for both GCC and clang. It warns on implicit
promotion from float to double.

Closes https://github.com/curl/curl/pull/1578
m4/curl-compilers.m4