Skip to content

Commit

Permalink
remove werror in cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
owent authored and badboy committed Apr 20, 2016
1 parent 6c53d68 commit 6c3e40c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ environment:
CYG_CACHE: C:\cygwin64\var\cache\setup
CYG_BASH: C:\cygwin64\bin\bash
CC: gcc
CFLAGS: -Werror
# CFLAGS: -Werror
- CYG_ROOT: C:\cygwin
CYG_SETUP: setup-x86.exe
CYG_MIRROR: http://cygwin.mirror.constant.com
Expand All @@ -24,7 +24,7 @@ environment:
CC: gcc
TARGET: 32bit
TARGET_VARS: 32bit-vars
CFLAGS: -Werror
# CFLAGS: -Werror
# - CC: clang
# CFLAGS: -Werror
# LDFLAGS:
Expand Down

0 comments on commit 6c3e40c

Please sign in to comment.