aboutsummaryrefslogtreecommitdiff
path: root/scripts/check-includes.py
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-01-27 18:23:03 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-02-19 22:14:34 +0100
commit4b81f627c6c031f286fec404bf42235847713181 (patch)
treeb37a09fdb9eb5cdb57744519dc669cb743ce8738 /scripts/check-includes.py
parent06b7561e785afc9ad0bb66b789a450b96605fd97 (diff)
downloadrneovim-4b81f627c6c031f286fec404bf42235847713181.tar.gz
rneovim-4b81f627c6c031f286fec404bf42235847713181.tar.bz2
rneovim-4b81f627c6c031f286fec404bf42235847713181.zip
build/gcc: disable -Warray-bounds entirely #7923
We need to disable -Warray-bounds locally for kbtree.h, but we can't because _Pragma("GCC diagnostic pop") is broken in GCC 5.x+. So this commit disables -Warray-bounds entirely (for GCC only). GCC bug: "_Pragma diagnostic 'ignored' in macro with strict-overflow not suppressing warning fully with -Werror" https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66099 ref https://github.com/neovim/neovim/pull/7083#issuecomment-326323599 closes #7921
Diffstat (limited to 'scripts/check-includes.py')
0 files changed, 0 insertions, 0 deletions