summaryrefslogtreecommitdiffstats
path: root/src/opt/fxch
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2021-09-26 11:58:42 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2021-09-26 11:58:42 -0700
commita8b5da820df6c008fd02f514a8c93a48ecfe3620 (patch)
tree4a2d31a1471b83aa0c8a64fb76925743eb89d026 /src/opt/fxch
parentba64e78608064612db61d6515f19dd2cabe69cee (diff)
downloadabc-a8b5da820df6c008fd02f514a8c93a48ecfe3620.tar.gz
abc-a8b5da820df6c008fd02f514a8c93a48ecfe3620.tar.bz2
abc-a8b5da820df6c008fd02f514a8c93a48ecfe3620.zip
Other compiler changes.
Diffstat (limited to 'src/opt/fxch')
-rw-r--r--src/opt/fxch/FxchSCHashTable.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/opt/fxch/FxchSCHashTable.c b/src/opt/fxch/FxchSCHashTable.c
index 28f925e1..c574509f 100644
--- a/src/opt/fxch/FxchSCHashTable.c
+++ b/src/opt/fxch/FxchSCHashTable.c
@@ -17,6 +17,10 @@
***********************************************************************/
#include "Fxch.h"
+#if (__GNUC__ >= 8)
+ #pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
+#endif
+
ABC_NAMESPACE_IMPL_START
////////////////////////////////////////////////////////////////////////