Skip to content
Snippets Groups Projects
Commit f46d57cc authored by Soeren Peters's avatar Soeren Peters
Browse files

Add description to thecmake file.

parent b612ac31
No related branches found
No related tags found
1 merge request!27Remove GPU compiler warnings (Closes #4, #12)
......@@ -28,8 +28,8 @@ list(APPEND CS_COMPILER_FLAGS_CXX "/wd4005") # disable macro redefinition (trigg
list(APPEND CS_COMPILER_FLAGS_CXX "/wd26812") # disable the enum type is unscoped
list(APPEND CS_COMPILER_FLAGS_CXX "/wd4100") # unreferenced formal parameter
list(APPEND CS_COMPILER_FLAGS_CXX "/wd4324")
list(APPEND CS_COMPILER_FLAGS_CXX "/wd4201")
list(APPEND CS_COMPILER_FLAGS_CXX "/wd4324") # structure was padded
list(APPEND CS_COMPILER_FLAGS_CXX "/wd4201") # nonstandard extension used : nameless struct/union
if(BUILD_WARNINGS_AS_ERRORS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment