Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Visual Studio compiler warning
Replaced #if defined(__GNUC__) by #if defined(__GNUC__) || defined(__clang__)
- Loading branch information