Selaa lähdekoodia

Removed -Werror to allow warning parsing

Eiyeron Fulmincendii 10 vuotta sitten
vanhempi
commit
602ede5d00
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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',