Skip to content

Commit

Permalink
qa: add -Wshadow to appveyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Nov 28, 2016
1 parent b4ac048 commit 4d8e9ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ environment:
CYG_CACHE: C:\cygwin\var\cache\setup
CYG_BASH: C:\cygwin\bin\bash
CC: gcc
CFLAGS: -Wall -Wextra -Werror -Wshadow -Wno-unused-parameter -Wno-unused-function

# Cache Cygwin files to speed up build
cache:
Expand Down

0 comments on commit 4d8e9ae

Please sign in to comment.