Skip to content

Commit

Permalink
Merge pull request #328 from libcheck/brarcher-patch-1
Browse files Browse the repository at this point in the history
Ignore scan-build results for snprintf replacement
  • Loading branch information
brarcher authored Mar 20, 2021
2 parents 90db730 + 14fb6c3 commit 49c41ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- name: create configure
run: autoreconf -i
- name: configure
run: scan-build ./configure --enable-snprintf-replacement --enable-timer-replacement --disable-build-docs
run: scan-build ./configure --enable-timer-replacement --disable-build-docs
- name: make
run: scan-build -o clang make
- name: check for issues
Expand Down

0 comments on commit 49c41ef

Please sign in to comment.