summaryrefslogtreecommitdiff
path: root/.ycm_extra_conf.py
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2017-07-26 16:33:10 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-03-01 04:37:41 +0100
commit05dae361b388e71701a7c646f2787315e9bd5dfb (patch)
tree8be6758b1fbec343b3e8eb0f6a39f873d9c804f4 /.ycm_extra_conf.py
parent76535df3248b7f4e489d1555f27cedd151cd1a50 (diff)
downloadsamba-05dae361b388e71701a7c646f2787315e9bd5dfb.tar.gz
lib:replace: Add FALL_THROUGH support
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to '.ycm_extra_conf.py')
-rw-r--r--.ycm_extra_conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py
index c96b59e373b..97122a9169e 100644
--- a/.ycm_extra_conf.py
+++ b/.ycm_extra_conf.py
@@ -47,6 +47,7 @@ flags = [
'-D_XOPEN_SOURCE_EXTENDED=1',
'-DAD_DC_BUILD_IS_ENABLED=1',
'-DHAVE_IPV6=1',
+ '-DFALL_THROUGH',
'-I/usr/local/include',
'-I.',
'-Iauth',