Browse Source

Enable Appveyor error on warnings.

Marcel Admiraal 5 năm trước cách đây
mục cha
commit
aeb1181add
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .appveyor.yml

+ 1 - 1
.appveyor.yml

@@ -8,7 +8,7 @@ environment:
   SCONS_CACHE_ROOT: "%HOME%\\scons_cache"
   SCONS_CACHE_LIMIT: 1024
   OPTIONS: "debug_symbols=no verbose=yes progress=no"
-  EXTRA_ARGS: "warnings=all werror=no"
+  EXTRA_ARGS: "warnings=all werror=yes"
   matrix:
   - GD_PLATFORM: windows
     TARGET: release_debug