Parcourir la Source

Removed -Werror to allow warning parsing

Eiyeron Fulmincendii il y a 10 ans
Parent
commit
602ede5d00
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .ycm_extra_conf.py

+ 1 - 1
.ycm_extra_conf.py

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