]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Handle gcc quirk with parameter checking
authorTravis Cross <tc@traviscross.com>
Thu, 25 Sep 2014 13:18:02 +0000 (13:18 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 25 Sep 2014 13:22:16 +0000 (13:22 +0000)
commit13d9e99ae772ced3d3f4e825201558c88a5cccd1
tree8bfd2b289dfd33b47d688d6fc1c4d7658d0f4cc9
parent051772e4ae574c52adfca95d3811e2a06bc0e2e8
Handle gcc quirk with parameter checking

At least some versions of GCC appear to take any -Wno-foo option
without error even if that option is not supported.  But they will
error out if -Wno-error=foo is used.  This sounds like a GCC bug, but
we'll work around it and test for the feature both ways.

Thanks-to: Matteo Brancaleoni <mbrancaleoni@voismart.it>
FS-6850 #resolve
configure.ac