Skip to content

Commit

Permalink
Bug 1308204 - follow up, r=me
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Oct 7, 2016
1 parent d8ff6c8 commit 27fc0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/taskcluster/scripts/run_scan_build.sh
Expand Up @@ -23,7 +23,7 @@ cd nss && make nss_build_all
# we run scan-build on these folders
declare -a scan=("lib/ssl" "lib/freebl" "lib/util")
# corresponds to the number of errors that are expected in the |scan| folder
declare -a ignore=(0 0)
declare -a ignore=(0 0 0)

for i in "${scan[@]}"
do
Expand Down

0 comments on commit 27fc0d9

Please sign in to comment.