Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Fix to allow compilation on Debian 9.0#62

Open
LukeGoodsell wants to merge 1 commit intogenome:masterfrom
LukeGoodsell:master
Open

Fix to allow compilation on Debian 9.0#62
LukeGoodsell wants to merge 1 commit intogenome:masterfrom
LukeGoodsell:master

Conversation

@LukeGoodsell
Copy link

When compiling with gcc on Debian 9.0, bddata.cpp fails due to ambiguous calls to abs(unsigned int). This PR explicitly casts the argument of the relevant abs() calls to fix this.

@jmarshall
Copy link
Contributor

Casting may not be the best way to fix this — see #64 for an alternative way to fix this compilation problem while also fixing some (theoretical) bugs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants