forked from samtools/htslib
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix more warnings and adjust Cirrus CI rules
Change hts_close() to hts_close_abruptly() in bgzip, to fix an empty body warning, allowing removal of -Wno-empty-body in CI tests. Fix signed compare in htslib/bgzf.h, which caused a warning in the maintainer-check usepublic.cpp check. It appears that -Wall does not allow signed-compare in c++. Make CFLAGS settings more consistent in .cirrus.yml, and ensure $MAKE_OPTS is consistently applied in all make invocations. The latter is necessary because "make cc-version" and "make maintainer-check" can trigger production of some .mk files, and we want them to be made in the same way as if we ran the full build.
- Loading branch information
Showing
3 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters