mirror of https://github.com/opencv/opencv.git
clang-cl defines both __clang__ and _MSC_VER, yet uses `#pragma GCC` to disable certain diagnostics. At the time `-Wreturn-type-c-linkage` was reported by clang-cl. This PR fixes this behavior by reordering defines.pull/21505/head
parent
3f2377017c
commit
d1b533d399
1 changed files with 8 additions and 5 deletions
Loading…
Reference in new issue