We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196f133 commit 4654c3dCopy full SHA for 4654c3d
openmp/cmake/HandleOpenMPOptions.cmake
@@ -52,9 +52,9 @@ append_if(OPENMP_HAVE_DATA_SECTIONS "-fdata-sections" CMAKE_C_FLAGS CMAKE_CXX_FL
52
53
if (MSVC)
54
# Disable "warning C4201: nonstandard extension used: nameless struct/union"
55
- append("-wd4201" CMAKE_C_FLAGS CMAKE_CXX_FLAGS )
+ append("-wd4201" CMAKE_C_FLAGS CMAKE_CXX_FLAGS)
56
57
# Disable "warning C4190: '__kmpc_atomic_cmplx8_rd' has C-linkage specified, but returns
58
# UDT '__kmp_cmplx64_t' which is incompatible with C"
59
- append("-wd4190" CMAKE_C_FLAGS CMAKE_CXX_FLAGS )
+ append("-wd4190" CMAKE_C_FLAGS CMAKE_CXX_FLAGS)
60
endif()
0 commit comments