Do not show warnings as errors with YCM

This commit is contained in:
Philipp Joram 2016-05-12 00:45:40 +02:00
parent c0fc2d285e
commit 7bf372fe0a

View file

@ -15,7 +15,6 @@ flags = [
'-Wall',
'-Wextra',
'-Werror',
'--sysroot=' + os.path.expandvars('${DEVKITARM}/arm-none-eabi'),
'-I', os.path.expandvars('${DEVKITARM}/arm-none-eabi/include'),