Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libosdp/utils/include/utils/utils.h:31: warning: "BIT" redefined
Using gcc 8.4.0 throws this warning: libosdp/utils/include/utils/utils.h:31: warning: "BIT" redefined #define BIT(n) (1ull << (n)) It's safe to conditionally define this
- Loading branch information