Browse Source

Removed -Werror to allow warning parsing

Eiyeron Fulmincendii 10 years ago
parent
commit
602ede5d00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .ycm_extra_conf.py

+ 1 - 1
.ycm_extra_conf.py

@@ -38,7 +38,7 @@ import subprocess
 flags = [
 flags = [
 '-Wall',
 '-Wall',
 '-Wextra',
 '-Wextra',
-'-Werror',
+#'-Werror',
 '-Wno-long-long',
 '-Wno-long-long',
 '-Wno-variadic-macros',
 '-Wno-variadic-macros',
 '-fexceptions',
 '-fexceptions',