Err on -Wbitwise-instead-of-logical

Part of https://github.com/harfbuzz/harfbuzz/pull/3256
This commit is contained in:
Behdad Esfahbod 2021-10-12 08:44:01 -07:00
parent 6bc64317ca
commit 9bd7ba5019
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
/* Error. Should never happen. */
#ifndef HB_NO_PRAGMA_GCC_DIAGNOSTIC_ERROR
#pragma GCC diagnostic error "-Wbitwise-instead-of-logical"
#pragma GCC diagnostic error "-Wcast-align"
#pragma GCC diagnostic error "-Wcast-function-type"
#pragma GCC diagnostic error "-Wdelete-non-virtual-dtor"