Skip to content
Snippets Groups Projects
Commit 513858e1 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

YCM config: ignore custom warnings in editor

parent 3c2bbb8d
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ DIR = os.path.dirname(__file__)
FLAGS = [
'-std=gnu99',
'-Wall', '-Wno-unused', '-Werror=implicit',
'-Wall', '-Wno-unused', '-Werror=implicit', '-Wno-#warnings',
'-DCONFIG_DIR=', '-DRUN_DIR=', '-DSTORAGE_DIR=',
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment