]> granicus.if.org Git - php/commit
Disable strict aliasing warnings
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 15 Apr 2019 08:43:49 +0000 (10:43 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 15 Apr 2019 08:43:49 +0000 (10:43 +0200)
commit3f19592f92fb3b646a2e52c6af6df18f78f27a98
tree07a7718c123fa8416b7503df0356fae13b4ea384
parentb2ec07e64c7a05a21da0f88acce62592becda87e
Disable strict aliasing warnings

It seems like GCC 5 likes to warn about exactly those trivial strict
aliasing violations that it's not going to miscompile anyway and the
warnings are gone in newer versions. Just disable the noise.
Zend/Zend.m4