forked from samtools/bcftools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This does not add 64-bit position support, it just ensures bcftools will build without warnings (using gcc/clang -Wall) when built against both 32-bit and 64-bit position branches of HTSlib. Makes various printf()s use PRId64 for positions. The values are cast to (int64_t) so both 32-bit and 64-bit versions work.
- Loading branch information
Showing
40 changed files
with
273 additions
and
249 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
Oops, something went wrong.