Explorar el Código

Removed -Werror to allow warning parsing

Eiyeron Fulmincendii hace 10 años
padre
commit
602ede5d00
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',