diff options
| author | James McCoy <jamessan@jamessan.com> | 2020-06-19 22:18:30 -0400 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2020-08-23 20:59:39 -0400 |
| commit | 37fa8d3f44acfc0c0af935f7649d6362545c05dc (patch) | |
| tree | 7d077e8efbc4cf6054362ddd934b21b79f7dd5bf /config | |
| parent | 8c49e3d50959e24dadd688f56a18f104bd5fd934 (diff) | |
| download | rneovim-37fa8d3f44acfc0c0af935f7649d6362545c05dc.tar.gz rneovim-37fa8d3f44acfc0c0af935f7649d6362545c05dc.tar.bz2 rneovim-37fa8d3f44acfc0c0af935f7649d6362545c05dc.zip | |
Disable -Wimplicit-fallthrough for funcs.generated.h
This is code generated by gperf, so there's nothing we can do about it.
The code does have /*FALLTHROUGH*/ comments but clang doesn't recognize
them.
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.h.in b/config/config.h.in index 0cb87c6b4d..5e60e6279f 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -60,5 +60,6 @@ #cmakedefine HAVE_EXECINFO_BACKTRACE #cmakedefine HAVE_BUILTIN_ADD_OVERFLOW +#cmakedefine HAVE_WIMPLICIT_FALLTHROUGH_FLAG #endif // AUTO_CONFIG_H |