]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Check gcc support for -Wno-unused-result
authorTravis Cross <tc@traviscross.com>
Thu, 28 Aug 2014 13:29:23 +0000 (13:29 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 28 Aug 2014 13:37:37 +0000 (13:37 +0000)
commit1c058e0f4560cf614f11c03067ceffca77c827b0
tree1e848491cdc59b714883d61e1840a018c443e320
parentfa08c6b8dbebd54894092a36d684e47895458aea
Check gcc support for -Wno-unused-result

We're using -Wno-unused-result to work around what is arguably a GCC
bug, but this option is not supported on older GCC versions.  So on
those versions we won't pass -Werror either.

ref: commit b874048efcee4ea985cf9e5592d289ddef2df40a
configure.ac