Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Build warning C4068 for MSVC (#221)
- GCC pragma is not a valid pragma in MSVC, thus produces warning C4068: unknown pragma 'GCC'. - The workaround is to encapsulate the GCC pragma in if GNUC defined block. Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
- Loading branch information