diff options
author | David Robillard <d@drobilla.net> | 2019-10-06 21:25:40 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-27 13:13:59 +0100 |
commit | 78c87ccdda887a4b49373cd2dfb20936e704a44a (patch) | |
tree | 6f905f6fddd696f4762100ee69bada47e4a94b17 /wscript | |
parent | b24672bb03c30f5cb73f628362a97bb1b02d6818 (diff) | |
download | serd-78c87ccdda887a4b49373cd2dfb20936e704a44a.tar.gz serd-78c87ccdda887a4b49373cd2dfb20936e704a44a.tar.bz2 serd-78c87ccdda887a4b49373cd2dfb20936e704a44a.zip |
Separate decimal parsing from floating point conversion
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -59,8 +59,6 @@ def configure(conf): 'clang': [ '-Wno-cast-align', '-Wno-covered-switch-default', - '-Wno-disabled-macro-expansion', - '-Wno-double-promotion', '-Wno-float-equal', '-Wno-format-nonliteral', '-Wno-implicit-fallthrough', |