Explorar o código

Removed -Werror to allow warning parsing

Eiyeron Fulmincendii %!s(int64=10) %!d(string=hai) anos
pai
achega
602ede5d00
Modificáronse 1 ficheiros con 1 adicións e 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',